color codes Logo

#cceb2f color codes

#CCEB2F
(204,235,47)
0 Favorites   0 Comments

Color spaces of #cceb2f

RGB 20423547
HSL0.190.820.55
HSV70°80°92°
CMYK 0.130.000.80   0.08
XYZ55.123372.459313.7701
Yxy72.45930.39000.5126
Hunter Lab85.1230-33.373749.9950
CIE-Lab88.1892-32.123879.2469

#cceb2f color RGB value is (204,235,47).

#cceb2f hex color red value is 204, green value is 235 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cceb2f hue: 0.19 , saturation: 0.82 and the lightness value of cceb2f is 0.55.

The process color (four color CMYK) of #cceb2f color code is 0.13, 0.00, 0.80, 0.08. Web safe color of #cceb2f is #ccff33. Color #cceb2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101011 00101111
Octal 314 353 57
Decimal 204 235 47
Hex CC EB 2F

RGB Percentages of Color #cceb2f

%41.98
%48.35
%9.67

CMYK Percentages of Color #cceb2f

%13
%0
%80
%8

Triadic Colors of #cceb2f

#cceb2f #2fcceb #eb2fcc

Analogous Colors of #cceb2f

#cceb2f #6eeb2f #ebac2f

Monochromatic Colors of #cceb2f

#cceb2f

Complementary Color

#cceb2f #4e2feb

#cceb2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceb2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceb2f Color CSS Codes

.mybgcolor {background-color:#cceb2f; } 
.myforecolor {color:#cceb2f; }
.mybordercolor {border:3px solid #cceb2f; }

#cceb2f Text Font Color

<p style="color:#cceb2f">Text here</p>

This sample text font color is #cceb2f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cceb2f Background Color

<div style="background-color:#cceb2f">
Div content here</div>

This div background color is #cceb2f


#cceb2f Border Color

<div style="border:3px solid #cceb2f">
Div here</div>

This div border color is #cceb2f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,235,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cceb2f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cceb2f;
  -webkit-box-shadow: 1px 1px 3px 2px #cceb2f;
  box-shadow:         1px 1px 3px 2px #cceb2f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,235,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cceb2f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cceb2f;
  -webkit-box-shadow: 1px 1px 3px 2px #cceb2f;
  box-shadow:         1px 1px 3px 2px #cceb2f;">
Div content here</div>

This div box has shadow with color #cceb2f


Comments

No comments written yet.

Please login to write comment.