Color Hex Logo

#eeadfb Color Hex

#EEADFB
(238,173,251)
0 Favorites   0 Comments

Color spaces of #eeadfb

RGB 238173251
HSL0.810.910.83
HSV290°31°98°
CMYK 0.050.310.00   0.02
XYZ67.616155.029398.3248
Yxy55.02930.30600.2490
Hunter Lab74.181732.8834-26.6592
CIE-Lab79.058136.6150-29.4211

#eeadfb color RGB value is (238,173,251).

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

The process color (four color CMYK) of #eeadfb color hex is 0.05, 0.31, 0.00, 0.02. Web safe color of #eeadfb is #ff99ff. Color #eeadfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 11111011
Octal 356 255 373
Decimal 238 173 251
Hex EE AD FB

RGB Percentages of Color #eeadfb

%35.95
%26.13
%37.92

CMYK Percentages of Color #eeadfb

%5
%31
%0
%2

Triadic Colors of #eeadfb

#eeadfb #fbeead #adfbee

Analogous Colors of #eeadfb

#eeadfb #fbade1 #c7adfb

Monochromatic Colors of #eeadfb

#eeadfb

Complementary Color

#eeadfb #bafbad

#eeadfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeadfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeadfb Color CSS Codes

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

#eeadfb Text Font Color

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

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


#eeadfb Background Color

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

This div background color is #eeadfb


#eeadfb Border Color

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

This div border color is #eeadfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeadfb


Comments

No comments written yet.

Please login to write comment.