Color Hex Logo

#cea198 Color Hex

#CEA198
(206,161,152)
0 Favorites   0 Comments

Color spaces of #cea198

RGB 206161152
HSL0.030.360.70
HSV10°26°81°
CMYK 0.000.220.26   0.19
XYZ43.866040.878535.2841
Yxy40.87850.36550.3406
Hunter Lab63.936310.578412.0354
CIE-Lab70.090715.315911.0588

#cea198 color RGB value is (206,161,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100001 10011000
Octal 316 241 230
Decimal 206 161 152
Hex CE A1 98

RGB Percentages of Color #cea198

%39.69
%31.02
%29.29

CMYK Percentages of Color #cea198

%0
%22
%26
%19

Triadic Colors of #cea198

#cea198 #98cea1 #a198ce

Analogous Colors of #cea198

#cea198 #cebc98 #ce98aa

Monochromatic Colors of #cea198

#cea198

Complementary Color

#cea198 #98c5ce

#cea198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea198 Color CSS Codes

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

#cea198 Text Font Color

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

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


#cea198 Background Color

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

This div background color is #cea198


#cea198 Border Color

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

This div border color is #cea198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea198


Comments

No comments written yet.

Please login to write comment.