Color Hex Logo

#e8cbbd Color Hex

#E8CBBD
(232,203,189)
0 Favorites   0 Comments

Color spaces of #e8cbbd

RGB 232203189
HSL0.050.480.83
HSV20°19°91°
CMYK 0.000.130.19   0.09
XYZ63.820063.541857.0452
Yxy63.54180.34610.3446
Hunter Lab79.71313.412913.3694
CIE-Lab83.72667.977810.7111

#e8cbbd color RGB value is (232,203,189).

#e8cbbd hex color red value is 232, green value is 203 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e8cbbd hue: 0.05 , saturation: 0.48 and the lightness value of e8cbbd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001011 10111101
Octal 350 313 275
Decimal 232 203 189
Hex E8 CB BD

RGB Percentages of Color #e8cbbd

%37.18
%32.53
%30.29

CMYK Percentages of Color #e8cbbd

%0
%13
%19
%9

Triadic Colors of #e8cbbd

#e8cbbd #bde8cb #cbbde8

Analogous Colors of #e8cbbd

#e8cbbd #e8e1bd #e8bdc5

Monochromatic Colors of #e8cbbd

#e8cbbd

Complementary Color

#e8cbbd #bddae8

#e8cbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8cbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8cbbd Color CSS Codes

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

#e8cbbd Text Font Color

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

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


#e8cbbd Background Color

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

This div background color is #e8cbbd


#e8cbbd Border Color

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

This div border color is #e8cbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8cbbd


Comments

No comments written yet.

Please login to write comment.