Color Hex Logo

#eeaddf Color Hex

#EEADDF
(238,173,223)
0 Favorites   0 Comments

Color spaces of #eeaddf

RGB 238173223
HSL0.870.660.81
HSV314°27°93°
CMYK 0.000.270.06   0.07
XYZ63.522753.392076.7697
Yxy53.39200.32800.2757
Hunter Lab73.069827.3054-11.1433
CIE-Lab78.105931.5243-15.7567

#eeaddf color RGB value is (238,173,223).

#eeaddf hex color red value is 238, green value is 173 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #eeaddf hue: 0.87 , saturation: 0.66 and the lightness value of eeaddf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 11011111
Octal 356 255 337
Decimal 238 173 223
Hex EE AD DF

RGB Percentages of Color #eeaddf

%37.54
%27.29
%35.17

CMYK Percentages of Color #eeaddf

%0
%27
%6
%7

Triadic Colors of #eeaddf

#eeaddf #dfeead #addfee

Analogous Colors of #eeaddf

#eeaddf #eeadbf #ddadee

Monochromatic Colors of #eeaddf

#eeaddf

Complementary Color

#eeaddf #adeebc

#eeaddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaddf Color CSS Codes

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

#eeaddf Text Font Color

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

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


#eeaddf Background Color

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

This div background color is #eeaddf


#eeaddf Border Color

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

This div border color is #eeaddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaddf


Comments

No comments written yet.

Please login to write comment.