Color Hex Logo

#cec02f Color Hex

#CEC02F
(206,192,47)
0 Favorites   0 Comments

Color spaces of #cec02f

RGB 20619247
HSL0.150.630.50
HSV55°77°81°
CMYK 0.000.070.77   0.19
XYZ44.816351.026310.1763
Yxy51.02630.42270.4813
Hunter Lab71.4327-13.017741.5564
CIE-Lab76.6949-10.380369.0563

#cec02f color RGB value is (206,192,47).

#cec02f hex color red value is 206, green value is 192 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cec02f hue: 0.15 , saturation: 0.63 and the lightness value of cec02f is 0.50.

The process color (four color CMYK) of #cec02f color hex is 0.00, 0.07, 0.77, 0.19. Web safe color of #cec02f is #cccc33. Color #cec02f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000000 00101111
Octal 316 300 57
Decimal 206 192 47
Hex CE C0 2F

RGB Percentages of Color #cec02f

%46.29
%43.15
%10.56

CMYK Percentages of Color #cec02f

%0
%7
%77
%19

Triadic Colors of #cec02f

#cec02f #2fcec0 #c02fce

Analogous Colors of #cec02f

#cec02f #8dce2f #ce712f

Monochromatic Colors of #cec02f

#cec02f

Complementary Color

#cec02f #2f3dce

#cec02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec02f Color CSS Codes

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

#cec02f Text Font Color

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

This sample text font color is #cec02f
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.


#cec02f Background Color

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

This div background color is #cec02f


#cec02f Border Color

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

This div border color is #cec02f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,192,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 #cec02f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec02f


Comments

No comments written yet.

Please login to write comment.