Color Hex Logo

#e6eafd Color Hex

#E6EAFD
(230,234,253)
0 Favorites   0 Comments

Color spaces of #e6eafd

RGB 230234253
HSL0.640.850.95
HSV230°99°
CMYK 0.090.080.00   0.01
XYZ79.785682.7605104.6977
Yxy82.76050.29850.3097
Hunter Lab90.9728-2.6531-4.5540
CIE-Lab92.90952.2258-9.6289

#e6eafd color RGB value is (230,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11101010 11111101
Octal 346 352 375
Decimal 230 234 253
Hex E6 EA FD

RGB Percentages of Color #e6eafd

%32.08
%32.64
%35.29

CMYK Percentages of Color #e6eafd

%9
%8
%0
%1

Triadic Colors of #e6eafd

#e6eafd #fde6ea #eafde6

Analogous Colors of #e6eafd

#e6eafd #eee6fd #e6f6fd

Monochromatic Colors of #e6eafd

#e6eafd

Complementary Color

#e6eafd #fdf9e6

#e6eafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6eafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6eafd Color CSS Codes

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

#e6eafd Text Font Color

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

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


#e6eafd Background Color

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

This div background color is #e6eafd


#e6eafd Border Color

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

This div border color is #e6eafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6eafd


Comments

No comments written yet.

Please login to write comment.