Color Hex Logo

#edfaa7 Color Hex

#EDFAA7
(237,250,167)
0 Favorites   0 Comments

Color spaces of #edfaa7

RGB 237250167
HSL0.190.890.82
HSV69°33°98°
CMYK 0.050.000.33   0.02
XYZ76.085789.165849.7598
Yxy89.16580.35390.4147
Hunter Lab94.4276-21.420834.8558
CIE-Lab95.6497-16.991838.4467

#edfaa7 color RGB value is (237,250,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 10100111
Octal 355 372 247
Decimal 237 250 167
Hex ED FA A7

RGB Percentages of Color #edfaa7

%36.24
%38.23
%25.54

CMYK Percentages of Color #edfaa7

%5
%0
%33
%2

Triadic Colors of #edfaa7

#edfaa7 #a7edfa #faa7ed

Analogous Colors of #edfaa7

#edfaa7 #c4faa7 #fadea7

Monochromatic Colors of #edfaa7

#edfaa7

Complementary Color

#edfaa7 #b4a7fa

#edfaa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfaa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfaa7 Color CSS Codes

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

#edfaa7 Text Font Color

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

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


#edfaa7 Background Color

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

This div background color is #edfaa7


#edfaa7 Border Color

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

This div border color is #edfaa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfaa7


Comments

No comments written yet.

Please login to write comment.