Color Hex Logo

#e9e0ca Color Hex

#E9E0CA
(233,224,202)
0 Favorites   0 Comments

Color spaces of #e9e0ca

RGB 233224202
HSL0.120.410.85
HSV43°13°91°
CMYK 0.000.040.13   0.09
XYZ70.920674.899266.5962
Yxy74.89920.33390.3526
Hunter Lab86.5443-5.176914.9571
CIE-Lab89.3458-0.572311.8611

#e9e0ca color RGB value is (233,224,202).

#e9e0ca hex color red value is 233, green value is 224 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e9e0ca hue: 0.12 , saturation: 0.41 and the lightness value of e9e0ca is 0.85.

The process color (four color CMYK) of #e9e0ca color hex is 0.00, 0.04, 0.13, 0.09. Web safe color of #e9e0ca is #ffcccc. Color #e9e0ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11100000 11001010
Octal 351 340 312
Decimal 233 224 202
Hex E9 E0 CA

RGB Percentages of Color #e9e0ca

%35.36
%33.99
%30.65

CMYK Percentages of Color #e9e0ca

%0
%4
%13
%9

Triadic Colors of #e9e0ca

#e9e0ca #cae9e0 #e0cae9

Analogous Colors of #e9e0ca

#e9e0ca #e3e9ca #e9d1ca

Monochromatic Colors of #e9e0ca

#e9e0ca

Complementary Color

#e9e0ca #cad3e9

#e9e0ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9e0ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9e0ca Color CSS Codes

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

#e9e0ca Text Font Color

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

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


#e9e0ca Background Color

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

This div background color is #e9e0ca


#e9e0ca Border Color

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

This div border color is #e9e0ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,224,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e9e0ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e9e0ca;
  -webkit-box-shadow: 1px 1px 3px 2px #e9e0ca;
  box-shadow:         1px 1px 3px 2px #e9e0ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,224,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9e0ca


Comments

No comments written yet.

Please login to write comment.