Color Hex Logo

#cea199 Color Hex

#CEA199
(206,161,153)
0 Favorites   0 Comments

Color spaces of #cea199

RGB 206161153
HSL0.030.350.70
HSV26°81°
CMYK 0.000.220.26   0.19
XYZ43.948240.911535.7174
Yxy40.91150.36450.3393
Hunter Lab63.962110.713211.6650
CIE-Lab70.113915.457210.5386

#cea199 color RGB value is (206,161,153).

#cea199 hex color red value is 206, green value is 161 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #cea199 hue: 0.03 , saturation: 0.35 and the lightness value of cea199 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100001 10011001
Octal 316 241 231
Decimal 206 161 153
Hex CE A1 99

RGB Percentages of Color #cea199

%39.62
%30.96
%29.42

CMYK Percentages of Color #cea199

%0
%22
%26
%19

Triadic Colors of #cea199

#cea199 #99cea1 #a199ce

Analogous Colors of #cea199

#cea199 #cebc99 #ce99ac

Monochromatic Colors of #cea199

#cea199

Complementary Color

#cea199 #99c6ce

#cea199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea199 Color CSS Codes

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

#cea199 Text Font Color

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

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


#cea199 Background Color

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

This div background color is #cea199


#cea199 Border Color

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

This div border color is #cea199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea199


Comments

No comments written yet.

Please login to write comment.