Color Hex Logo

#e9cfcb Color Hex

#E9CFCB
(233,207,203)
0 Favorites   0 Comments

Color spaces of #e9cfcb

RGB 233207203
HSL0.020.410.85
HSV13°91°
CMYK 0.000.110.13   0.09
XYZ66.696666.261165.7743
Yxy66.26110.33560.3334
Hunter Lab81.40093.80409.0726
CIE-Lab85.12948.41315.2928

#e9cfcb color RGB value is (233,207,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001111 11001011
Octal 351 317 313
Decimal 233 207 203
Hex E9 CF CB

RGB Percentages of Color #e9cfcb

%36.24
%32.19
%31.57

CMYK Percentages of Color #e9cfcb

%0
%11
%13
%9

Triadic Colors of #e9cfcb

#e9cfcb #cbe9cf #cfcbe9

Analogous Colors of #e9cfcb

#e9cfcb #e9decb #e9cbd6

Monochromatic Colors of #e9cfcb

#e9cfcb

Complementary Color

#e9cfcb #cbe5e9

#e9cfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9cfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9cfcb Color CSS Codes

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

#e9cfcb Text Font Color

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

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


#e9cfcb Background Color

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

This div background color is #e9cfcb


#e9cfcb Border Color

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

This div border color is #e9cfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9cfcb


Comments

No comments written yet.

Please login to write comment.