Color Hex Logo

#e7babb Color Hex

#E7BABB
(231,186,187)
0 Favorites   0 Comments

Color spaces of #e7babb

RGB 231186187
HSL1.000.480.82
HSV359°19°91°
CMYK 0.000.190.19   0.09
XYZ59.483555.694654.6287
Yxy55.69460.35030.3280
Hunter Lab74.628811.67448.8396
CIE-Lab79.439716.30575.6293

#e7babb color RGB value is (231,186,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10111010 10111011
Octal 347 272 273
Decimal 231 186 187
Hex E7 BA BB

RGB Percentages of Color #e7babb

%38.25
%30.79
%30.96

CMYK Percentages of Color #e7babb

%0
%19
%19
%9

Triadic Colors of #e7babb

#e7babb #bbe7ba #babbe7

Analogous Colors of #e7babb

#e7babb #e7d0ba #e7bad2

Monochromatic Colors of #e7babb

#e7babb

Complementary Color

#e7babb #bae7e6

#e7babb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7babb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7babb Color CSS Codes

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

#e7babb Text Font Color

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

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


#e7babb Background Color

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

This div background color is #e7babb


#e7babb Border Color

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

This div border color is #e7babb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,186,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7babb


Comments

No comments written yet.

Please login to write comment.