Color Hex Logo

#e9eafd Color Hex

#E9EAFD
(233,234,253)
0 Favorites   0 Comments

Color spaces of #e9eafd

RGB 233234253
HSL0.660.830.95
HSV237°99°
CMYK 0.080.080.00   0.01
XYZ80.756783.2611104.7432
Yxy83.26110.30050.3098
Hunter Lab91.2475-1.7055-4.1858
CIE-Lab93.12863.1871-9.2797

#e9eafd color RGB value is (233,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11101010 11111101
Octal 351 352 375
Decimal 233 234 253
Hex E9 EA FD

RGB Percentages of Color #e9eafd

%32.36
%32.50
%35.14

CMYK Percentages of Color #e9eafd

%8
%8
%0
%1

Triadic Colors of #e9eafd

#e9eafd #fde9ea #eafde9

Analogous Colors of #e9eafd

#e9eafd #f2e9fd #e9f4fd

Monochromatic Colors of #e9eafd

#e9eafd

Complementary Color

#e9eafd #fdfce9

#e9eafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9eafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9eafd Color CSS Codes

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

#e9eafd Text Font Color

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

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


#e9eafd Background Color

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

This div background color is #e9eafd


#e9eafd Border Color

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

This div border color is #e9eafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9eafd

Related Colors


Comments

No comments written yet.

Please login to write comment.