Color Hex Logo

#eeedfb Color Hex

#EEEDFB
(238,237,251)
0 Favorites   0 Comments

Color spaces of #eeedfb

RGB 238237251
HSL0.680.640.96
HSV244°98°
CMYK 0.050.060.00   0.02
XYZ82.956785.7106103.4383
Yxy85.71060.30490.3150
Hunter Lab92.5800-2.0694-1.4378
CIE-Lab94.18852.8807-6.6290

#eeedfb color RGB value is (238,237,251).

#eeedfb hex color red value is 238, green value is 237 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #eeedfb hue: 0.68 , saturation: 0.64 and the lightness value of eeedfb is 0.96.

The process color (four color CMYK) of #eeedfb color hex is 0.05, 0.06, 0.00, 0.02. Web safe color of #eeedfb is #ffffff. Color #eeedfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101101 11111011
Octal 356 355 373
Decimal 238 237 251
Hex EE ED FB

RGB Percentages of Color #eeedfb

%32.78
%32.64
%34.57

CMYK Percentages of Color #eeedfb

%5
%6
%0
%2

Triadic Colors of #eeedfb

#eeedfb #fbeeed #edfbee

Analogous Colors of #eeedfb

#eeedfb #f5edfb #edf3fb

Monochromatic Colors of #eeedfb

#eeedfb

Complementary Color

#eeedfb #fafbed

#eeedfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeedfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeedfb Color CSS Codes

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

#eeedfb Text Font Color

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

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


#eeedfb Background Color

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

This div background color is #eeedfb


#eeedfb Border Color

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

This div border color is #eeedfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeedfb


Comments

No comments written yet.

Please login to write comment.