Color Hex Logo

#edfefa Color Hex

#EDFEFA
(237,254,250)
0 Favorites   0 Comments

Color spaces of #edfefa

RGB 237254250
HSL0.460.890.96
HSV166°100°
CMYK 0.070.000.02   0.00
XYZ87.622295.7903104.3137
Yxy95.79030.30450.3329
Hunter Lab97.8725-11.47155.3188
CIE-Lab98.3489-6.2571-0.0090

#edfefa color RGB value is (237,254,250).

#edfefa hex color red value is 237, green value is 254 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #edfefa hue: 0.46 , saturation: 0.89 and the lightness value of edfefa is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 11111010
Octal 355 376 372
Decimal 237 254 250
Hex ED FE FA

RGB Percentages of Color #edfefa

%31.98
%34.28
%33.74

CMYK Percentages of Color #edfefa

%7
%0
%2
%0

Triadic Colors of #edfefa

#edfefa #faedfe #fefaed

Analogous Colors of #edfefa

#edfefa #edfafe #edfef2

Monochromatic Colors of #edfefa

#edfefa

Complementary Color

#edfefa #feedf1

#edfefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfefa Color CSS Codes

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

#edfefa Text Font Color

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

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


#edfefa Background Color

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

This div background color is #edfefa


#edfefa Border Color

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

This div border color is #edfefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfefa

Related Colors


Comments

No comments written yet.

Please login to write comment.