Color Hex Logo

#cec20a Color Hex

#CEC20A
(206,194,10)
0 Favorites   0 Comments

Color spaces of #cec20a

RGB 20619410
HSL0.160.910.42
HSV56°95°81°
CMYK 0.000.060.95   0.19
XYZ44.800251.72737.9103
Yxy51.72730.42900.4953
Hunter Lab71.9217-14.674943.8242
CIE-Lab77.1175-12.248277.0946

#cec20a color RGB value is (206,194,10).

#cec20a hex color red value is 206, green value is 194 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #cec20a hue: 0.16 , saturation: 0.91 and the lightness value of cec20a is 0.42.

The process color (four color CMYK) of #cec20a color hex is 0.00, 0.06, 0.95, 0.19. Web safe color of #cec20a is #cccc00. Color #cec20a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000010 00001010
Octal 316 302 12
Decimal 206 194 10
Hex CE C2 A

RGB Percentages of Color #cec20a

%50.24
%47.32
%2.44

CMYK Percentages of Color #cec20a

%0
%6
%95
%19

Triadic Colors of #cec20a

#cec20a #0acec2 #c20ace

Analogous Colors of #cec20a

#cec20a #78ce0a #ce600a

Monochromatic Colors of #cec20a

#cec20a

Complementary Color

#cec20a #0a16ce

#cec20a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec20a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec20a Color CSS Codes

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

#cec20a Text Font Color

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

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


#cec20a Background Color

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

This div background color is #cec20a


#cec20a Border Color

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

This div border color is #cec20a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec20a


Comments

No comments written yet.

Please login to write comment.