Color Hex Logo

#edf1aa Color Hex

#EDF1AA
(237,241,170)
0 Favorites   0 Comments

Color spaces of #edf1aa

RGB 237241170
HSL0.180.720.81
HSV63°29°95°
CMYK 0.020.000.29   0.05
XYZ73.636083.817450.3276
Yxy83.81740.35440.4034
Hunter Lab91.5518-16.646531.4936
CIE-Lab93.3711-12.207533.9344

#edf1aa color RGB value is (237,241,170).

#edf1aa hex color red value is 237, green value is 241 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #edf1aa hue: 0.18 , saturation: 0.72 and the lightness value of edf1aa is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110001 10101010
Octal 355 361 252
Decimal 237 241 170
Hex ED F1 AA

RGB Percentages of Color #edf1aa

%36.57
%37.19
%26.23

CMYK Percentages of Color #edf1aa

%2
%0
%29
%5

Triadic Colors of #edf1aa

#edf1aa #aaedf1 #f1aaed

Analogous Colors of #edf1aa

#edf1aa #caf1aa #f1d2aa

Monochromatic Colors of #edf1aa

#edf1aa

Complementary Color

#edf1aa #aeaaf1

#edf1aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf1aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf1aa Color CSS Codes

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

#edf1aa Text Font Color

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

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


#edf1aa Background Color

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

This div background color is #edf1aa


#edf1aa Border Color

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

This div border color is #edf1aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf1aa


Comments

No comments written yet.

Please login to write comment.