Color Hex Logo

#eeaee5 Color Hex

#EEAEE5
(238,174,229)
0 Favorites   0 Comments

Color spaces of #eeaee5

RGB 238174229
HSL0.860.650.81
HSV308°27°93°
CMYK 0.000.270.04   0.07
XYZ64.538854.106481.1708
Yxy54.10640.32300.2708
Hunter Lab73.557127.8907-13.9371
CIE-Lab78.523732.0417-18.3749

#eeaee5 color RGB value is (238,174,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101110 11100101
Octal 356 256 345
Decimal 238 174 229
Hex EE AE E5

RGB Percentages of Color #eeaee5

%37.13
%27.15
%35.73

CMYK Percentages of Color #eeaee5

%0
%27
%4
%7

Triadic Colors of #eeaee5

#eeaee5 #e5eeae #aee5ee

Analogous Colors of #eeaee5

#eeaee5 #eeaec5 #d7aeee

Monochromatic Colors of #eeaee5

#eeaee5

Complementary Color

#eeaee5 #aeeeb7

#eeaee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaee5 Color CSS Codes

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

#eeaee5 Text Font Color

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

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


#eeaee5 Background Color

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

This div background color is #eeaee5


#eeaee5 Border Color

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

This div border color is #eeaee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaee5


Comments

No comments written yet.

Please login to write comment.