Color Hex Logo

#cea06b Color Hex

#CEA06B
(206,160,107)
0 Favorites   0 Comments

Color spaces of #cea06b

RGB 206160107
HSL0.090.500.61
HSV32°48°81°
CMYK 0.000.220.48   0.19
XYZ40.678239.325019.3564
Yxy39.32500.40940.3958
Hunter Lab62.70966.046725.5959
CIE-Lab68.986010.481134.0711

#cea06b color RGB value is (206,160,107).

#cea06b hex color red value is 206, green value is 160 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #cea06b hue: 0.09 , saturation: 0.50 and the lightness value of cea06b is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100000 01101011
Octal 316 240 153
Decimal 206 160 107
Hex CE A0 6B

RGB Percentages of Color #cea06b

%43.55
%33.83
%22.62

CMYK Percentages of Color #cea06b

%0
%22
%48
%19

Triadic Colors of #cea06b

#cea06b #6bcea0 #a06bce

Analogous Colors of #cea06b

#cea06b #cbce6b #ce6f6b

Monochromatic Colors of #cea06b

#cea06b

Complementary Color

#cea06b #6b99ce

#cea06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea06b Color CSS Codes

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

#cea06b Text Font Color

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

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


#cea06b Background Color

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

This div background color is #cea06b


#cea06b Border Color

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

This div border color is #cea06b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea06b


Comments

No comments written yet.

Please login to write comment.