Color Hex Logo

#e6effd Color Hex

#E6EFFD
(230,239,253)
0 Favorites   0 Comments

Color spaces of #e6effd

RGB 230239253
HSL0.600.850.95
HSV217°99°
CMYK 0.090.060.00   0.01
XYZ81.229385.6478105.1790
Yxy85.64780.29860.3148
Hunter Lab92.5461-5.2832-2.6010
CIE-Lab94.1616-0.3432-7.7722

#e6effd color RGB value is (230,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11101111 11111101
Octal 346 357 375
Decimal 230 239 253
Hex E6 EF FD

RGB Percentages of Color #e6effd

%31.86
%33.10
%35.04

CMYK Percentages of Color #e6effd

%9
%6
%0
%1

Triadic Colors of #e6effd

#e6effd #fde6ef #effde6

Analogous Colors of #e6effd

#e6effd #e9e6fd #e6fbfd

Monochromatic Colors of #e6effd

#e6effd

Complementary Color

#e6effd #fdf4e6

#e6effd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6effd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6effd Color CSS Codes

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

#e6effd Text Font Color

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

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


#e6effd Background Color

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

This div background color is #e6effd


#e6effd Border Color

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

This div border color is #e6effd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6effd

Related Colors


Comments

No comments written yet.

Please login to write comment.