Color Hex Logo

#cea872 Color Hex

#CEA872
(206,168,114)
0 Favorites   0 Comments

Color spaces of #cea872

RGB 206168114
HSL0.100.480.63
HSV35°45°81°
CMYK 0.000.180.45   0.19
XYZ42.493542.342021.8528
Yxy42.34200.39830.3969
Hunter Lab65.07072.693125.6381
CIE-Lab71.10616.866633.0859

#cea872 color RGB value is (206,168,114).

#cea872 hex color red value is 206, green value is 168 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cea872 hue: 0.10 , saturation: 0.48 and the lightness value of cea872 is 0.63.

The process color (four color CMYK) of #cea872 color hex is 0.00, 0.18, 0.45, 0.19. Web safe color of #cea872 is #cc9966. Color #cea872 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101000 01110010
Octal 316 250 162
Decimal 206 168 114
Hex CE A8 72

RGB Percentages of Color #cea872

%42.21
%34.43
%23.36

CMYK Percentages of Color #cea872

%0
%18
%45
%19

Triadic Colors of #cea872

#cea872 #72cea8 #a872ce

Analogous Colors of #cea872

#cea872 #c6ce72 #ce7a72

Monochromatic Colors of #cea872

#cea872

Complementary Color

#cea872 #7298ce

#cea872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea872 Color CSS Codes

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

#cea872 Text Font Color

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

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


#cea872 Background Color

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

This div background color is #cea872


#cea872 Border Color

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

This div border color is #cea872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea872


Comments

No comments written yet.

Please login to write comment.