Color Hex Logo

#eeaeed Color Hex

#EEAEED
(238,174,237)
0 Favorites   0 Comments

Color spaces of #eeaeed

RGB 238174237
HSL0.840.650.81
HSV301°27°93°
CMYK 0.000.270.00   0.07
XYZ65.682054.563787.1908
Yxy54.56370.31660.2630
Hunter Lab73.867229.4527-18.2772
CIE-Lab78.789333.4768-22.2937

#eeaeed color RGB value is (238,174,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101110 11101101
Octal 356 256 355
Decimal 238 174 237
Hex EE AE ED

RGB Percentages of Color #eeaeed

%36.67
%26.81
%36.52

CMYK Percentages of Color #eeaeed

%0
%27
%0
%7

Triadic Colors of #eeaeed

#eeaeed #edeeae #aeedee

Analogous Colors of #eeaeed

#eeaeed #eeaecd #cfaeee

Monochromatic Colors of #eeaeed

#eeaeed

Complementary Color

#eeaeed #aeeeaf

#eeaeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaeed Color CSS Codes

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

#eeaeed Text Font Color

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

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


#eeaeed Background Color

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

This div background color is #eeaeed


#eeaeed Border Color

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

This div border color is #eeaeed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,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 #eeaeed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaeed


Comments

No comments written yet.

Please login to write comment.