Color Hex Logo

#edeefd Color Hex

#EDEEFD
(237,238,253)
0 Favorites   0 Comments

Color spaces of #edeefd

RGB 237238253
HSL0.660.800.96
HSV236°99°
CMYK 0.060.060.00   0.01
XYZ83.229286.2454105.1889
Yxy86.24540.30300.3140
Hunter Lab92.8684-2.5470-2.1479
CIE-Lab94.41722.4176-7.3377

#edeefd color RGB value is (237,238,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101110 11111101
Octal 355 356 375
Decimal 237 238 253
Hex ED EE FD

RGB Percentages of Color #edeefd

%32.55
%32.69
%34.75

CMYK Percentages of Color #edeefd

%6
%6
%0
%1

Triadic Colors of #edeefd

#edeefd #fdedee #eefded

Analogous Colors of #edeefd

#edeefd #f4edfd #edf6fd

Monochromatic Colors of #edeefd

#edeefd

Complementary Color

#edeefd #fdfced

#edeefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeefd Color CSS Codes

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

#edeefd Text Font Color

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

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


#edeefd Background Color

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

This div background color is #edeefd


#edeefd Border Color

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

This div border color is #edeefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeefd

Related Colors


Comments

No comments written yet.

Please login to write comment.