Color Hex Logo

#edfdfa Color Hex

#EDFDFA
(237,253,250)
0 Favorites   0 Comments

Color spaces of #edfdfa

RGB 237253250
HSL0.470.800.96
HSV169°99°
CMYK 0.060.000.01   0.01
XYZ87.305795.1572104.2082
Yxy95.15720.30460.3319
Hunter Lab97.5486-10.95294.9463
CIE-Lab98.0964-5.7554-0.3779

#edfdfa color RGB value is (237,253,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 11111010
Octal 355 375 372
Decimal 237 253 250
Hex ED FD FA

RGB Percentages of Color #edfdfa

%32.03
%34.19
%33.78

CMYK Percentages of Color #edfdfa

%6
%0
%1
%1

Triadic Colors of #edfdfa

#edfdfa #faedfd #fdfaed

Analogous Colors of #edfdfa

#edfdfa #edf8fd #edfdf2

Monochromatic Colors of #edfdfa

#edfdfa

Complementary Color

#edfdfa #fdedf0

#edfdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfdfa Color CSS Codes

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

#edfdfa Text Font Color

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

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


#edfdfa Background Color

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

This div background color is #edfdfa


#edfdfa Border Color

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

This div border color is #edfdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.