Color Hex Logo

#cea57f Color Hex

#CEA57F
(206,165,127)
0 Favorites   0 Comments

Color spaces of #cea57f

RGB 206165127
HSL0.080.450.65
HSV29°38°81°
CMYK 0.000.200.38   0.19
XYZ42.739541.564425.8488
Yxy41.56440.38800.3773
Hunter Lab64.47055.510021.3576
CIE-Lab70.56969.915625.4190

#cea57f color RGB value is (206,165,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100101 01111111
Octal 316 245 177
Decimal 206 165 127
Hex CE A5 7F

RGB Percentages of Color #cea57f

%41.37
%33.13
%25.50

CMYK Percentages of Color #cea57f

%0
%20
%38
%19

Triadic Colors of #cea57f

#cea57f #7fcea5 #a57fce

Analogous Colors of #cea57f

#cea57f #cecd7f #ce7f81

Monochromatic Colors of #cea57f

#cea57f

Complementary Color

#cea57f #7fa8ce

#cea57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea57f Color CSS Codes

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

#cea57f Text Font Color

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

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


#cea57f Background Color

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

This div background color is #cea57f


#cea57f Border Color

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

This div border color is #cea57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea57f


Comments

No comments written yet.

Please login to write comment.