Color Hex Logo

#cea04d Color Hex

#CEA04D
(206,160,77)
0 Favorites   0 Comments

Color spaces of #cea04d

RGB 20616077
HSL0.110.570.55
HSV39°63°81°
CMYK 0.000.220.63   0.19
XYZ39.364038.799212.4355
Yxy38.79920.43450.4283
Hunter Lab62.28903.798631.7655
CIE-Lab68.60568.018848.8361

#cea04d color RGB value is (206,160,77).

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

The process color (four color CMYK) of #cea04d color hex is 0.00, 0.22, 0.63, 0.19. Web safe color of #cea04d is #cc9966. Color #cea04d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100000 01001101
Octal 316 240 115
Decimal 206 160 77
Hex CE A0 4D

RGB Percentages of Color #cea04d

%46.50
%36.12
%17.38

CMYK Percentages of Color #cea04d

%0
%22
%63
%19

Triadic Colors of #cea04d

#cea04d #4dcea0 #a04dce

Analogous Colors of #cea04d

#cea04d #bcce4d #ce604d

Monochromatic Colors of #cea04d

#cea04d

Complementary Color

#cea04d #4d7bce

#cea04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea04d Color CSS Codes

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

#cea04d Text Font Color

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

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


#cea04d Background Color

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

This div background color is #cea04d


#cea04d Border Color

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

This div border color is #cea04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea04d


Comments

No comments written yet.

Please login to write comment.