Color Hex Logo

#eeeafd Color Hex

#EEEAFD
(238,234,253)
0 Favorites   0 Comments

Color spaces of #eeeafd

RGB 238234253
HSL0.700.830.95
HSV253°99°
CMYK 0.060.080.00   0.01
XYZ82.412384.1146104.8207
Yxy84.11460.30370.3100
Hunter Lab91.7140-0.1031-3.5632
CIE-Lab93.50034.7997-8.6876

#eeeafd color RGB value is (238,234,253).

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

The process color (four color CMYK) of #eeeafd color hex is 0.06, 0.08, 0.00, 0.01. Web safe color of #eeeafd is #ffffff. Color #eeeafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101010 11111101
Octal 356 352 375
Decimal 238 234 253
Hex EE EA FD

RGB Percentages of Color #eeeafd

%32.83
%32.28
%34.90

CMYK Percentages of Color #eeeafd

%6
%8
%0
%1

Triadic Colors of #eeeafd

#eeeafd #fdeeea #eafdee

Analogous Colors of #eeeafd

#eeeafd #f8eafd #eaf0fd

Monochromatic Colors of #eeeafd

#eeeafd

Complementary Color

#eeeafd #f9fdea

#eeeafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeafd Color CSS Codes

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

#eeeafd Text Font Color

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

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


#eeeafd Background Color

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

This div background color is #eeeafd


#eeeafd Border Color

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

This div border color is #eeeafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeafd


Comments

No comments written yet.

Please login to write comment.