Color Hex Logo

#cea193 Color Hex

#CEA193
(206,161,147)
0 Favorites   0 Comments

Color spaces of #cea193

RGB 206161147
HSL0.040.380.69
HSV14°29°81°
CMYK 0.000.220.29   0.19
XYZ43.464940.718133.1723
Yxy40.71810.37040.3470
Hunter Lab63.81079.917113.8453
CIE-Lab69.978014.620513.6616

#cea193 color RGB value is (206,161,147).

#cea193 hex color red value is 206, green value is 161 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #cea193 hue: 0.04 , saturation: 0.38 and the lightness value of cea193 is 0.69.

The process color (four color CMYK) of #cea193 color hex is 0.00, 0.22, 0.29, 0.19. Web safe color of #cea193 is #cc9999. Color #cea193 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100001 10010011
Octal 316 241 223
Decimal 206 161 147
Hex CE A1 93

RGB Percentages of Color #cea193

%40.08
%31.32
%28.60

CMYK Percentages of Color #cea193

%0
%22
%29
%19

Triadic Colors of #cea193

#cea193 #93cea1 #a193ce

Analogous Colors of #cea193

#cea193 #cebf93 #ce93a3

Monochromatic Colors of #cea193

#cea193

Complementary Color

#cea193 #93c0ce

#cea193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea193 Color CSS Codes

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

#cea193 Text Font Color

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

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


#cea193 Background Color

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

This div background color is #cea193


#cea193 Border Color

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

This div border color is #cea193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea193


Comments

No comments written yet.

Please login to write comment.