Color Hex Logo

#cea409 Color Hex

#CEA409
(206,164,9)
0 Favorites   0 Comments

Color spaces of #cea409

RGB 2061649
HSL0.130.920.42
HSV47°96°81°
CMYK 0.000.200.96   0.19
XYZ38.778439.69255.8760
Yxy39.69250.45970.4706
Hunter Lab63.0020-0.384838.5716
CIE-Lab69.25003.383871.4032

#cea409 color RGB value is (206,164,9).

#cea409 hex color red value is 206, green value is 164 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #cea409 hue: 0.13 , saturation: 0.92 and the lightness value of cea409 is 0.42.

The process color (four color CMYK) of #cea409 color hex is 0.00, 0.20, 0.96, 0.19. Web safe color of #cea409 is #cc9900. Color #cea409 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100100 00001001
Octal 316 244 11
Decimal 206 164 9
Hex CE A4 9

RGB Percentages of Color #cea409

%54.35
%43.27
%2.37

CMYK Percentages of Color #cea409

%0
%20
%96
%19

Triadic Colors of #cea409

#cea409 #09cea4 #a409ce

Analogous Colors of #cea409

#cea409 #96ce09 #ce4209

Monochromatic Colors of #cea409

#cea409

Complementary Color

#cea409 #0933ce

#cea409 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea409 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea409 Color CSS Codes

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

#cea409 Text Font Color

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

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


#cea409 Background Color

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

This div background color is #cea409


#cea409 Border Color

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

This div border color is #cea409


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea409


Comments

No comments written yet.

Please login to write comment.