Color Hex Logo

#cea07b Color Hex

#CEA07B
(206,160,123)
0 Favorites   0 Comments

Color spaces of #cea07b

RGB 206160123
HSL0.070.460.65
HSV27°40°81°
CMYK 0.000.220.40   0.19
XYZ41.599639.693524.2080
Yxy39.69350.39430.3762
Hunter Lab63.00287.605521.3205
CIE-Lab69.250712.164225.8229

#cea07b color RGB value is (206,160,123).

#cea07b hex color red value is 206, green value is 160 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cea07b hue: 0.07 , saturation: 0.46 and the lightness value of cea07b is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100000 01111011
Octal 316 240 173
Decimal 206 160 123
Hex CE A0 7B

RGB Percentages of Color #cea07b

%42.13
%32.72
%25.15

CMYK Percentages of Color #cea07b

%0
%22
%40
%19

Triadic Colors of #cea07b

#cea07b #7bcea0 #a07bce

Analogous Colors of #cea07b

#cea07b #ceca7b #ce7b80

Monochromatic Colors of #cea07b

#cea07b

Complementary Color

#cea07b #7ba9ce

#cea07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea07b Color CSS Codes

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

#cea07b Text Font Color

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

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


#cea07b Background Color

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

This div background color is #cea07b


#cea07b Border Color

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

This div border color is #cea07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea07b


Comments

No comments written yet.

Please login to write comment.