Color Hex Logo

#eaafdc Color Hex

#EAAFDC
(234,175,220)
0 Favorites   0 Comments

Color spaces of #eaafdc

RGB 234175220
HSL0.870.580.80
HSV314°25°92°
CMYK 0.000.250.06   0.08
XYZ62.179953.319774.7246
Yxy53.31970.32690.2803
Hunter Lab73.020324.2147-9.5596
CIE-Lab78.063428.6052-14.2350

#eaafdc color RGB value is (234,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101111 11011100
Octal 352 257 334
Decimal 234 175 220
Hex EA AF DC

RGB Percentages of Color #eaafdc

%37.20
%27.82
%34.98

CMYK Percentages of Color #eaafdc

%0
%25
%6
%8

Triadic Colors of #eaafdc

#eaafdc #dceaaf #afdcea

Analogous Colors of #eaafdc

#eaafdc #eaafbf #dbafea

Monochromatic Colors of #eaafdc

#eaafdc

Complementary Color

#eaafdc #afeabd

#eaafdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaafdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaafdc Color CSS Codes

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

#eaafdc Text Font Color

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

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


#eaafdc Background Color

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

This div background color is #eaafdc


#eaafdc Border Color

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

This div border color is #eaafdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaafdc


Comments

No comments written yet.

Please login to write comment.