Color Hex Logo

#cea07c Color Hex

#CEA07C
(206,160,124)
0 Favorites   0 Comments

Color spaces of #cea07c

RGB 206160124
HSL0.070.460.65
HSV26°40°81°
CMYK 0.000.220.40   0.19
XYZ41.662539.718724.5394
Yxy39.71870.39330.3750
Hunter Lab63.02287.711221.0300
CIE-Lab69.268712.277725.3036

#cea07c color RGB value is (206,160,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100000 01111100
Octal 316 240 174
Decimal 206 160 124
Hex CE A0 7C

RGB Percentages of Color #cea07c

%42.04
%32.65
%25.31

CMYK Percentages of Color #cea07c

%0
%22
%40
%19

Triadic Colors of #cea07c

#cea07c #7ccea0 #a07cce

Analogous Colors of #cea07c

#cea07c #cec97c #ce7c81

Monochromatic Colors of #cea07c

#cea07c

Complementary Color

#cea07c #7caace

#cea07c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea07c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea07c Color CSS Codes

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

#cea07c Text Font Color

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

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


#cea07c Background Color

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

This div background color is #cea07c


#cea07c Border Color

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

This div border color is #cea07c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea07c


Comments

No comments written yet.

Please login to write comment.