Color Hex Logo

#cea060 Color Hex

#CEA060
(206,160,96)
0 Favorites   0 Comments

Color spaces of #cea060

RGB 20616096
HSL0.100.530.59
HSV35°53°81°
CMYK 0.000.220.53   0.19
XYZ40.135739.108016.4995
Yxy39.10800.41920.4085
Hunter Lab62.53645.122228.1325
CIE-Lab68.82949.473639.6307

#cea060 color RGB value is (206,160,96).

#cea060 hex color red value is 206, green value is 160 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #cea060 hue: 0.10 , saturation: 0.53 and the lightness value of cea060 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100000 01100000
Octal 316 240 140
Decimal 206 160 96
Hex CE A0 60

RGB Percentages of Color #cea060

%44.59
%34.63
%20.78

CMYK Percentages of Color #cea060

%0
%22
%53
%19

Triadic Colors of #cea060

#cea060 #60cea0 #a060ce

Analogous Colors of #cea060

#cea060 #c5ce60 #ce6960

Monochromatic Colors of #cea060

#cea060

Complementary Color

#cea060 #608ece

#cea060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea060 Color CSS Codes

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

#cea060 Text Font Color

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

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


#cea060 Background Color

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

This div background color is #cea060


#cea060 Border Color

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

This div border color is #cea060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea060


Comments

No comments written yet.

Please login to write comment.