Color Hex Logo

#edfaf5 Color Hex

#EDFAF5
(237,250,245)
0 Favorites   0 Comments

Color spaces of #edfaf5

RGB 237250245
HSL0.440.570.95
HSV157°98°
CMYK 0.050.000.02   0.02
XYZ85.592192.968399.8197
Yxy92.96830.30750.3340
Hunter Lab96.4201-10.28076.1136
CIE-Lab97.2147-5.15620.9086

#edfaf5 color RGB value is (237,250,245).

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

The process color (four color CMYK) of #edfaf5 color hex is 0.05, 0.00, 0.02, 0.02. Web safe color of #edfaf5 is #ffffff. Color #edfaf5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 11110101
Octal 355 372 365
Decimal 237 250 245
Hex ED FA F5

RGB Percentages of Color #edfaf5

%32.38
%34.15
%33.47

CMYK Percentages of Color #edfaf5

%5
%0
%2
%2

Triadic Colors of #edfaf5

#edfaf5 #f5edfa #faf5ed

Analogous Colors of #edfaf5

#edfaf5 #edf9fa #edfaef

Monochromatic Colors of #edfaf5

#edfaf5

Complementary Color

#edfaf5 #faedf2

#edfaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfaf5 Color CSS Codes

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

#edfaf5 Text Font Color

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

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


#edfaf5 Background Color

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

This div background color is #edfaf5


#edfaf5 Border Color

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

This div border color is #edfaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfaf5

#edfaf5 Color Palettes


Comments

No comments written yet.

Please login to write comment.