Color Hex Logo

#cea17c Color Hex

#CEA17C
(206,161,124)
0 Favorites   0 Comments

Color spaces of #cea17c

RGB 206161124
HSL0.080.460.65
HSV27°40°81°
CMYK 0.000.220.40   0.19
XYZ41.836640.066824.5974
Yxy40.06680.39280.3762
Hunter Lab63.29837.206221.2691
CIE-Lab69.517111.735425.6360

#cea17c color RGB value is (206,161,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100001 01111100
Octal 316 241 174
Decimal 206 161 124
Hex CE A1 7C

RGB Percentages of Color #cea17c

%41.96
%32.79
%25.25

CMYK Percentages of Color #cea17c

%0
%22
%40
%19

Triadic Colors of #cea17c

#cea17c #7ccea1 #a17cce

Analogous Colors of #cea17c

#cea17c #ceca7c #ce7c80

Monochromatic Colors of #cea17c

#cea17c

Complementary Color

#cea17c #7ca9ce

#cea17c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea17c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea17c Color CSS Codes

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

#cea17c Text Font Color

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

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


#cea17c Background Color

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

This div background color is #cea17c


#cea17c Border Color

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

This div border color is #cea17c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea17c

#cea17c Color Palettes


Comments

No comments written yet.

Please login to write comment.