Color Hex Logo

#ededf5 Color Hex

#EDEDF5
(237,237,245)
2 Favorites   0 Comments

Color spaces of #ededf5

RGB 237237245
HSL0.670.290.95
HSV240°96°
CMYK 0.030.030.00   0.04
XYZ81.690785.165598.5192
Yxy85.16550.30780.3209
Hunter Lab92.2852-3.49111.3045
CIE-Lab93.95441.4465-3.8652

#ededf5 color RGB value is (237,237,245).

#ededf5 hex color red value is 237, green value is 237 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #ededf5 hue: 0.67 , saturation: 0.29 and the lightness value of ededf5 is 0.95.

The process color (four color CMYK) of #ededf5 color hex is 0.03, 0.03, 0.00, 0.04. Web safe color of #ededf5 is #ffffff. Color #ededf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101101 11110101
Octal 355 355 365
Decimal 237 237 245
Hex ED ED F5

RGB Percentages of Color #ededf5

%32.96
%32.96
%34.08

CMYK Percentages of Color #ededf5

%3
%3
%0
%4

Triadic Colors of #ededf5

#ededf5 #f5eded #edf5ed

Analogous Colors of #ededf5

#ededf5 #f1edf5 #edf1f5

Monochromatic Colors of #ededf5

#ededf5

Complementary Color

#ededf5 #f5f5ed

#ededf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ededf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ededf5 Color CSS Codes

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

#ededf5 Text Font Color

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

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


#ededf5 Background Color

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

This div background color is #ededf5


#ededf5 Border Color

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

This div border color is #ededf5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,237,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ededf5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ededf5

Related Colors

#ededf5 Color Palettes


Comments

No comments written yet.

Please login to write comment.