Color Hex Logo

#edeffd Color Hex

#EDEFFD
(237,239,253)
0 Favorites   0 Comments

Color spaces of #edeffd

RGB 237239253
HSL0.650.800.96
HSV233°99°
CMYK 0.060.060.00   0.01
XYZ83.521286.8294105.2862
Yxy86.82940.30300.3150
Hunter Lab93.1823-3.0758-1.7639
CIE-Lab94.66581.9045-6.9699

#edeffd color RGB value is (237,239,253).

#edeffd hex color red value is 237, green value is 239 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #edeffd hue: 0.65 , saturation: 0.80 and the lightness value of edeffd is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101111 11111101
Octal 355 357 375
Decimal 237 239 253
Hex ED EF FD

RGB Percentages of Color #edeffd

%32.51
%32.78
%34.71

CMYK Percentages of Color #edeffd

%6
%6
%0
%1

Triadic Colors of #edeffd

#edeffd #fdedef #effded

Analogous Colors of #edeffd

#edeffd #f3edfd #edf7fd

Monochromatic Colors of #edeffd

#edeffd

Complementary Color

#edeffd #fdfbed

#edeffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeffd Color CSS Codes

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

#edeffd Text Font Color

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

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


#edeffd Background Color

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

This div background color is #edeffd


#edeffd Border Color

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

This div border color is #edeffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeffd


Comments

No comments written yet.

Please login to write comment.