Color Hex Logo

#eedffb Color Hex

#EEDFFB
(238,223,251)
0 Favorites   0 Comments

Color spaces of #eedffb

RGB 238223251
HSL0.760.780.93
HSV272°11°98°
CMYK 0.050.110.00   0.02
XYZ79.060277.9175102.1395
Yxy77.91750.30510.3007
Hunter Lab88.27095.4002-6.8157
CIE-Lab90.742210.1336-11.7445

#eedffb color RGB value is (238,223,251).

#eedffb hex color red value is 238, green value is 223 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #eedffb hue: 0.76 , saturation: 0.78 and the lightness value of eedffb is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 11111011
Octal 356 337 373
Decimal 238 223 251
Hex EE DF FB

RGB Percentages of Color #eedffb

%33.43
%31.32
%35.25

CMYK Percentages of Color #eedffb

%5
%11
%0
%2

Triadic Colors of #eedffb

#eedffb #fbeedf #dffbee

Analogous Colors of #eedffb

#eedffb #fbdffa #e0dffb

Monochromatic Colors of #eedffb

#eedffb

Complementary Color

#eedffb #ecfbdf

#eedffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedffb Color CSS Codes

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

#eedffb Text Font Color

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

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


#eedffb Background Color

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

This div background color is #eedffb


#eedffb Border Color

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

This div border color is #eedffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedffb

Related Colors


Comments

No comments written yet.

Please login to write comment.