Color Hex Logo

#e5baea Color Hex

#E5BAEA
(229,186,234)
0 Favorites   0 Comments

Color spaces of #e5baea

RGB 229186234
HSL0.820.530.82
HSV294°21°92°
CMYK 0.020.210.00   0.08
XYZ64.723357.716385.5710
Yxy57.71630.31120.2775
Hunter Lab75.971219.1225-13.6020
CIE-Lab80.580823.5934-18.0476

#e5baea color RGB value is (229,186,234).

#e5baea hex color red value is 229, green value is 186 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e5baea hue: 0.82 , saturation: 0.53 and the lightness value of e5baea is 0.82.

The process color (four color CMYK) of #e5baea color hex is 0.02, 0.21, 0.00, 0.08. Web safe color of #e5baea is #ccccff. Color #e5baea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111010 11101010
Octal 345 272 352
Decimal 229 186 234
Hex E5 BA EA

RGB Percentages of Color #e5baea

%35.29
%28.66
%36.06

CMYK Percentages of Color #e5baea

%2
%21
%0
%8

Triadic Colors of #e5baea

#e5baea #eae5ba #baeae5

Analogous Colors of #e5baea

#e5baea #eabad7 #cdbaea

Monochromatic Colors of #e5baea

#e5baea

Complementary Color

#e5baea #bfeaba

#e5baea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5baea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5baea Color CSS Codes

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

#e5baea Text Font Color

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

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


#e5baea Background Color

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

This div background color is #e5baea


#e5baea Border Color

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

This div border color is #e5baea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5baea


Comments

No comments written yet.

Please login to write comment.