Color Hex Logo

#e9ceca Color Hex

#E9CECA
(233,206,202)
0 Favorites   0 Comments

Color spaces of #e9ceca

RGB 233206202
HSL0.020.410.85
HSV13°91°
CMYK 0.000.120.13   0.09
XYZ66.336265.730565.0681
Yxy65.73050.33650.3334
Hunter Lab81.07434.17129.1675
CIE-Lab84.85888.77805.4334

#e9ceca color RGB value is (233,206,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001110 11001010
Octal 351 316 312
Decimal 233 206 202
Hex E9 CE CA

RGB Percentages of Color #e9ceca

%36.35
%32.14
%31.51

CMYK Percentages of Color #e9ceca

%0
%12
%13
%9

Triadic Colors of #e9ceca

#e9ceca #cae9ce #cecae9

Analogous Colors of #e9ceca

#e9ceca #e9deca #e9cad6

Monochromatic Colors of #e9ceca

#e9ceca

Complementary Color

#e9ceca #cae5e9

#e9ceca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9ceca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9ceca Color CSS Codes

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

#e9ceca Text Font Color

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

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


#e9ceca Background Color

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

This div background color is #e9ceca


#e9ceca Border Color

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

This div border color is #e9ceca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9ceca


Comments

No comments written yet.

Please login to write comment.