Color Hex Logo

#cea57c Color Hex

#CEA57C
(206,165,124)
0 Favorites   0 Comments

Color spaces of #cea57c

RGB 206165124
HSL0.080.460.65
HSV30°40°81°
CMYK 0.000.200.40   0.19
XYZ42.546841.487324.8342
Yxy41.48730.39080.3811
Hunter Lab64.41065.190522.2276
CIE-Lab70.51609.569926.9686

#cea57c color RGB value is (206,165,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100101 01111100
Octal 316 245 174
Decimal 206 165 124
Hex CE A5 7C

RGB Percentages of Color #cea57c

%41.62
%33.33
%25.05

CMYK Percentages of Color #cea57c

%0
%20
%40
%19

Triadic Colors of #cea57c

#cea57c #7ccea5 #a57cce

Analogous Colors of #cea57c

#cea57c #cece7c #ce7c7c

Monochromatic Colors of #cea57c

#cea57c

Complementary Color

#cea57c #7ca5ce

#cea57c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea57c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea57c Color CSS Codes

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

#cea57c Text Font Color

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

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


#cea57c Background Color

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

This div background color is #cea57c


#cea57c Border Color

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

This div border color is #cea57c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,165,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 #cea57c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea57c


Comments

No comments written yet.

Please login to write comment.