Color Hex Logo

#eedafb Color Hex

#EEDAFB
(238,218,251)
0 Favorites   0 Comments

Color spaces of #eedafb

RGB 238218251
HSL0.770.800.92
HSV276°13°98°
CMYK 0.050.130.00   0.02
XYZ77.743975.2850101.7007
Yxy75.28500.30520.2955
Hunter Lab86.76698.0954-8.7578
CIE-Lab89.526312.7503-13.5601

#eedafb color RGB value is (238,218,251).

#eedafb hex color red value is 238, green value is 218 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #eedafb hue: 0.77 , saturation: 0.80 and the lightness value of eedafb is 0.92.

The process color (four color CMYK) of #eedafb color hex is 0.05, 0.13, 0.00, 0.02. Web safe color of #eedafb is #ffccff. Color #eedafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 11111011
Octal 356 332 373
Decimal 238 218 251
Hex EE DA FB

RGB Percentages of Color #eedafb

%33.66
%30.83
%35.50

CMYK Percentages of Color #eedafb

%5
%13
%0
%2

Triadic Colors of #eedafb

#eedafb #fbeeda #dafbee

Analogous Colors of #eedafb

#eedafb #fbdaf8 #dedafb

Monochromatic Colors of #eedafb

#eedafb

Complementary Color

#eedafb #e7fbda

#eedafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedafb Color CSS Codes

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

#eedafb Text Font Color

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

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


#eedafb Background Color

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

This div background color is #eedafb


#eedafb Border Color

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

This div border color is #eedafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedafb


Comments

No comments written yet.

Please login to write comment.