Color Hex Logo

#cec94a Color Hex

#CEC94A
(206,201,74)
0 Favorites   0 Comments

Color spaces of #cec94a

RGB 20620174
HSL0.160.570.55
HSV58°64°81°
CMYK 0.000.020.64   0.19
XYZ47.576355.389514.6623
Yxy55.38950.40450.4709
Hunter Lab74.4241-16.134540.4162
CIE-Lab79.2651-13.628261.7375

#cec94a color RGB value is (206,201,74).

#cec94a hex color red value is 206, green value is 201 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cec94a hue: 0.16 , saturation: 0.57 and the lightness value of cec94a is 0.55.

The process color (four color CMYK) of #cec94a color hex is 0.00, 0.02, 0.64, 0.19. Web safe color of #cec94a is #cccc33. Color #cec94a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001001 01001010
Octal 316 311 112
Decimal 206 201 74
Hex CE C9 4A

RGB Percentages of Color #cec94a

%42.83
%41.79
%15.38

CMYK Percentages of Color #cec94a

%0
%2
%64
%19

Triadic Colors of #cec94a

#cec94a #4acec9 #c94ace

Analogous Colors of #cec94a

#cec94a #91ce4a #ce874a

Monochromatic Colors of #cec94a

#cec94a

Complementary Color

#cec94a #4a4fce

#cec94a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec94a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec94a Color CSS Codes

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

#cec94a Text Font Color

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

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


#cec94a Background Color

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

This div background color is #cec94a


#cec94a Border Color

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

This div border color is #cec94a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec94a


Comments

No comments written yet.

Please login to write comment.