Color Hex Logo

#edfda7 Color Hex

#EDFDA7
(237,253,167)
0 Favorites   0 Comments

Color spaces of #edfda7

RGB 237253167
HSL0.200.960.82
HSV71°34°99°
CMYK 0.060.000.34   0.01
XYZ77.025491.045150.0730
Yxy91.04510.35310.4174
Hunter Lab95.4176-22.887435.6782
CIE-Lab96.4286-18.445939.4671

#edfda7 color RGB value is (237,253,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 10100111
Octal 355 375 247
Decimal 237 253 167
Hex ED FD A7

RGB Percentages of Color #edfda7

%36.07
%38.51
%25.42

CMYK Percentages of Color #edfda7

%6
%0
%34
%1

Triadic Colors of #edfda7

#edfda7 #a7edfd #fda7ed

Analogous Colors of #edfda7

#edfda7 #c2fda7 #fde2a7

Monochromatic Colors of #edfda7

#edfda7

Complementary Color

#edfda7 #b7a7fd

#edfda7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfda7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfda7 Color CSS Codes

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

#edfda7 Text Font Color

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

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


#edfda7 Background Color

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

This div background color is #edfda7


#edfda7 Border Color

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

This div border color is #edfda7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfda7


Comments

No comments written yet.

Please login to write comment.