Color Hex Logo

#eaaeed Color Hex

#EAAEED
(234,174,237)
0 Favorites   0 Comments

Color spaces of #eaaeed

RGB 234174237
HSL0.830.640.81
HSV297°27°93°
CMYK 0.010.270.00   0.07
XYZ64.353853.879087.1286
Yxy53.87900.31340.2624
Hunter Lab73.402328.0417-18.9956
CIE-Lab78.391132.1930-22.9360

#eaaeed color RGB value is (234,174,237).

#eaaeed hex color red value is 234, green value is 174 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #eaaeed hue: 0.83 , saturation: 0.64 and the lightness value of eaaeed is 0.81.

The process color (four color CMYK) of #eaaeed color hex is 0.01, 0.27, 0.00, 0.07. Web safe color of #eaaeed is #ff99ff. Color #eaaeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101110 11101101
Octal 352 256 355
Decimal 234 174 237
Hex EA AE ED

RGB Percentages of Color #eaaeed

%36.28
%26.98
%36.74

CMYK Percentages of Color #eaaeed

%1
%27
%0
%7

Triadic Colors of #eaaeed

#eaaeed #edeaae #aeedea

Analogous Colors of #eaaeed

#eaaeed #edaed1 #cbaeed

Monochromatic Colors of #eaaeed

#eaaeed

Complementary Color

#eaaeed #b1edae

#eaaeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaeed Color CSS Codes

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

#eaaeed Text Font Color

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

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


#eaaeed Background Color

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

This div background color is #eaaeed


#eaaeed Border Color

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

This div border color is #eaaeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaeed


Comments

No comments written yet.

Please login to write comment.