Color Hex Logo

#eaafe0 Color Hex

#EAAFE0
(234,175,224)
0 Favorites   0 Comments

Color spaces of #eaafe0

RGB 234175224
HSL0.860.580.80
HSV310°25°92°
CMYK 0.000.250.04   0.08
XYZ62.716253.534277.5486
Yxy53.53420.32360.2762
Hunter Lab73.167124.9615-11.6236
CIE-Lab78.189329.3066-16.2127

#eaafe0 color RGB value is (234,175,224).

#eaafe0 hex color red value is 234, green value is 175 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #eaafe0 hue: 0.86 , saturation: 0.58 and the lightness value of eaafe0 is 0.80.

The process color (four color CMYK) of #eaafe0 color hex is 0.00, 0.25, 0.04, 0.08. Web safe color of #eaafe0 is #ff99cc. Color #eaafe0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101111 11100000
Octal 352 257 340
Decimal 234 175 224
Hex EA AF E0

RGB Percentages of Color #eaafe0

%36.97
%27.65
%35.39

CMYK Percentages of Color #eaafe0

%0
%25
%4
%8

Triadic Colors of #eaafe0

#eaafe0 #e0eaaf #afe0ea

Analogous Colors of #eaafe0

#eaafe0 #eaafc3 #d7afea

Monochromatic Colors of #eaafe0

#eaafe0

Complementary Color

#eaafe0 #afeab9

#eaafe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaafe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaafe0 Color CSS Codes

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

#eaafe0 Text Font Color

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

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


#eaafe0 Background Color

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

This div background color is #eaafe0


#eaafe0 Border Color

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

This div border color is #eaafe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaafe0


Comments

No comments written yet.

Please login to write comment.