Color Hex Logo

#e5babc Color Hex

#E5BABC
(229,186,188)
0 Favorites   0 Comments

Color spaces of #e5babc

RGB 229186188
HSL0.990.450.81
HSV357°19°90°
CMYK 0.000.190.18   0.10
XYZ58.949155.406755.1646
Yxy55.40670.34770.3268
Hunter Lab74.435711.10018.1649
CIE-Lab79.275015.73124.8273

#e5babc color RGB value is (229,186,188).

#e5babc hex color red value is 229, green value is 186 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e5babc hue: 0.99 , saturation: 0.45 and the lightness value of e5babc is 0.81.

The process color (four color CMYK) of #e5babc color hex is 0.00, 0.19, 0.18, 0.10. Web safe color of #e5babc is #cccccc. Color #e5babc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111010 10111100
Octal 345 272 274
Decimal 229 186 188
Hex E5 BA BC

RGB Percentages of Color #e5babc

%37.98
%30.85
%31.18

CMYK Percentages of Color #e5babc

%0
%19
%18
%10

Triadic Colors of #e5babc

#e5babc #bce5ba #babce5

Analogous Colors of #e5babc

#e5babc #e5ceba #e5bad2

Monochromatic Colors of #e5babc

#e5babc

Complementary Color

#e5babc #bae5e3

#e5babc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5babc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5babc Color CSS Codes

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

#e5babc Text Font Color

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

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


#e5babc Background Color

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

This div background color is #e5babc


#e5babc Border Color

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

This div border color is #e5babc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5babc


Comments

No comments written yet.

Please login to write comment.