Color Hex Logo

#eeeafb Color Hex

#EEEAFB
(238,234,251)
0 Favorites   0 Comments

Color spaces of #eeeafb

RGB 238234251
HSL0.710.680.95
HSV254°98°
CMYK 0.050.070.00   0.02
XYZ82.095383.9878103.1512
Yxy83.98780.30490.3120
Hunter Lab91.6449-0.4785-2.5827
CIE-Lab93.44524.4248-7.7285

#eeeafb color RGB value is (238,234,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101010 11111011
Octal 356 352 373
Decimal 238 234 251
Hex EE EA FB

RGB Percentages of Color #eeeafb

%32.92
%32.37
%34.72

CMYK Percentages of Color #eeeafb

%5
%7
%0
%2

Triadic Colors of #eeeafb

#eeeafb #fbeeea #eafbee

Analogous Colors of #eeeafb

#eeeafb #f7eafb #eaeffb

Monochromatic Colors of #eeeafb

#eeeafb

Complementary Color

#eeeafb #f7fbea

#eeeafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeafb Color CSS Codes

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

#eeeafb Text Font Color

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

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


#eeeafb Background Color

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

This div background color is #eeeafb


#eeeafb Border Color

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

This div border color is #eeeafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeafb

Related Colors


Comments

No comments written yet.

Please login to write comment.