Color Hex Logo

#e7babd Color Hex

#E7BABD
(231,186,189)
0 Favorites   0 Comments

Color spaces of #e7babd

RGB 231186189
HSL0.990.480.82
HSV356°19°91°
CMYK 0.000.190.18   0.09
XYZ59.699255.780955.7644
Yxy55.78090.34860.3257
Hunter Lab74.686611.97878.0120
CIE-Lab79.489016.60974.6205

#e7babd color RGB value is (231,186,189).

#e7babd hex color red value is 231, green value is 186 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e7babd hue: 0.99 , saturation: 0.48 and the lightness value of e7babd is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10111010 10111101
Octal 347 272 275
Decimal 231 186 189
Hex E7 BA BD

RGB Percentages of Color #e7babd

%38.12
%30.69
%31.19

CMYK Percentages of Color #e7babd

%0
%19
%18
%9

Triadic Colors of #e7babd

#e7babd #bde7ba #babde7

Analogous Colors of #e7babd

#e7babd #e7ceba #e7bad4

Monochromatic Colors of #e7babd

#e7babd

Complementary Color

#e7babd #bae7e4

#e7babd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7babd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7babd Color CSS Codes

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

#e7babd Text Font Color

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

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


#e7babd Background Color

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

This div background color is #e7babd


#e7babd Border Color

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

This div border color is #e7babd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7babd


Comments

No comments written yet.

Please login to write comment.