Color Hex Logo

#e9cfbd Color Hex

#E9CFBD
(233,207,189)
0 Favorites   0 Comments

Color spaces of #e9cfbd

RGB 233207189
HSL0.070.500.83
HSV25°19°91°
CMYK 0.000.110.19   0.09
XYZ65.102465.623457.3794
Yxy65.62340.34610.3489
Hunter Lab81.00831.687314.7098
CIE-Lab84.80406.247412.2543

#e9cfbd color RGB value is (233,207,189).

#e9cfbd hex color red value is 233, green value is 207 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e9cfbd hue: 0.07 , saturation: 0.50 and the lightness value of e9cfbd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001111 10111101
Octal 351 317 275
Decimal 233 207 189
Hex E9 CF BD

RGB Percentages of Color #e9cfbd

%37.04
%32.91
%30.05

CMYK Percentages of Color #e9cfbd

%0
%11
%19
%9

Triadic Colors of #e9cfbd

#e9cfbd #bde9cf #cfbde9

Analogous Colors of #e9cfbd

#e9cfbd #e9e5bd #e9bdc1

Monochromatic Colors of #e9cfbd

#e9cfbd

Complementary Color

#e9cfbd #bdd7e9

#e9cfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9cfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9cfbd Color CSS Codes

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

#e9cfbd Text Font Color

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

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


#e9cfbd Background Color

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

This div background color is #e9cfbd


#e9cfbd Border Color

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

This div border color is #e9cfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9cfbd


Comments

No comments written yet.

Please login to write comment.