Color Hex Logo

#cec80c Color Hex

#CEC80C
(206,200,12)
0 Favorites   0 Comments

Color spaces of #cec80c

RGB 20620012
HSL0.160.890.43
HSV58°94°81°
CMYK 0.000.030.94   0.19
XYZ46.174254.45698.4254
Yxy54.45690.42340.4993
Hunter Lab73.7949-17.451944.8871
CIE-Lab78.7274-15.249478.0968

#cec80c color RGB value is (206,200,12).

#cec80c hex color red value is 206, green value is 200 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #cec80c hue: 0.16 , saturation: 0.89 and the lightness value of cec80c is 0.43.

The process color (four color CMYK) of #cec80c color hex is 0.00, 0.03, 0.94, 0.19. Web safe color of #cec80c is #cccc00. Color #cec80c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001000 00001100
Octal 316 310 14
Decimal 206 200 12
Hex CE C8 C

RGB Percentages of Color #cec80c

%49.28
%47.85
%2.87

CMYK Percentages of Color #cec80c

%0
%3
%94
%19

Triadic Colors of #cec80c

#cec80c #0ccec8 #c80cce

Analogous Colors of #cec80c

#cec80c #73ce0c #ce670c

Monochromatic Colors of #cec80c

#cec80c

Complementary Color

#cec80c #0c12ce

#cec80c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec80c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec80c Color CSS Codes

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

#cec80c Text Font Color

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

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


#cec80c Background Color

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

This div background color is #cec80c


#cec80c Border Color

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

This div border color is #cec80c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,200,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec80c


Comments

No comments written yet.

Please login to write comment.