color codes Logo

#cea04a color codes

#CEA04A
(206,160,74)
0 Favorites   0 Comments

Color spaces of #cea04a

RGB 20616074
HSL0.110.570.55
HSV39°64°81°
CMYK 0.000.220.64   0.19
XYZ39.260438.757811.8903
Yxy38.75780.43670.4311
Hunter Lab62.25583.620032.2552
CIE-Lab68.57557.821350.2235

#cea04a color RGB value is (206,160,74).

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

The process color (four color CMYK) of #cea04a color code is 0.00, 0.22, 0.64, 0.19. Web safe color of #cea04a is #cc9933. Color #cea04a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100000 01001010
Octal 316 240 112
Decimal 206 160 74
Hex CE A0 4A

RGB Percentages of Color #cea04a

%46.82
%36.36
%16.82

CMYK Percentages of Color #cea04a

%0
%22
%64
%19

Triadic Colors of #cea04a

#cea04a #4acea0 #a04ace

Analogous Colors of #cea04a

#cea04a #bace4a #ce5e4a

Monochromatic Colors of #cea04a

#cea04a

Complementary Color

#cea04a #4a78ce

#cea04a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea04a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea04a Color CSS Codes

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

#cea04a Text Font Color

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

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


#cea04a Background Color

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

This div background color is #cea04a


#cea04a Border Color

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

This div border color is #cea04a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea04a


Comments

No comments written yet.

Please login to write comment.