Color Hex Logo

#e6cbbd Color Hex

#E6CBBD
(230,203,189)
0 Favorites   0 Comments

Color spaces of #e6cbbd

RGB 230203189
HSL0.060.450.82
HSV20°18°90°
CMYK 0.000.120.18   0.10
XYZ63.174463.209057.0150
Yxy63.20900.34450.3447
Hunter Lab79.50412.705013.1340
CIE-Lab83.55227.248210.4388

#e6cbbd color RGB value is (230,203,189).

#e6cbbd hex color red value is 230, green value is 203 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e6cbbd hue: 0.06 , saturation: 0.45 and the lightness value of e6cbbd is 0.82.

The process color (four color CMYK) of #e6cbbd color hex is 0.00, 0.12, 0.18, 0.10. Web safe color of #e6cbbd is #ffcccc. Color #e6cbbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001011 10111101
Octal 346 313 275
Decimal 230 203 189
Hex E6 CB BD

RGB Percentages of Color #e6cbbd

%36.98
%32.64
%30.39

CMYK Percentages of Color #e6cbbd

%0
%12
%18
%10

Triadic Colors of #e6cbbd

#e6cbbd #bde6cb #cbbde6

Analogous Colors of #e6cbbd

#e6cbbd #e6e0bd #e6bdc4

Monochromatic Colors of #e6cbbd

#e6cbbd

Complementary Color

#e6cbbd #bdd8e6

#e6cbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6cbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6cbbd Color CSS Codes

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

#e6cbbd Text Font Color

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

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


#e6cbbd Background Color

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

This div background color is #e6cbbd


#e6cbbd Border Color

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

This div border color is #e6cbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6cbbd


Comments

No comments written yet.

Please login to write comment.