Color Hex Logo

#cea172 Color Hex

#CEA172
(206,161,114)
0 Favorites   0 Comments

Color spaces of #cea172

RGB 206161114
HSL0.090.480.63
HSV31°45°81°
CMYK 0.000.220.45   0.19
XYZ41.235739.826521.4335
Yxy39.82650.40230.3886
Hunter Lab63.10826.194724.0391
CIE-Lab69.345810.644030.8047

#cea172 color RGB value is (206,161,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100001 01110010
Octal 316 241 162
Decimal 206 161 114
Hex CE A1 72

RGB Percentages of Color #cea172

%42.83
%33.47
%23.70

CMYK Percentages of Color #cea172

%0
%22
%45
%19

Triadic Colors of #cea172

#cea172 #72cea1 #a172ce

Analogous Colors of #cea172

#cea172 #cdce72 #ce7372

Monochromatic Colors of #cea172

#cea172

Complementary Color

#cea172 #729fce

#cea172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea172 Color CSS Codes

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

#cea172 Text Font Color

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

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


#cea172 Background Color

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

This div background color is #cea172


#cea172 Border Color

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

This div border color is #cea172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea172


Comments

No comments written yet.

Please login to write comment.