Color Hex Logo

#edf9ac Color Hex

#EDF9AC
(237,249,172)
0 Favorites   0 Comments

Color spaces of #edf9ac

RGB 237249172
HSL0.190.870.83
HSV69°31°98°
CMYK 0.050.000.31   0.02
XYZ76.247188.734452.1385
Yxy88.73440.35120.4087
Hunter Lab94.1989-20.365533.1226
CIE-Lab95.4693-15.886435.7190

#edf9ac color RGB value is (237,249,172).

#edf9ac hex color red value is 237, green value is 249 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #edf9ac hue: 0.19 , saturation: 0.87 and the lightness value of edf9ac is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111001 10101100
Octal 355 371 254
Decimal 237 249 172
Hex ED F9 AC

RGB Percentages of Color #edf9ac

%36.02
%37.84
%26.14

CMYK Percentages of Color #edf9ac

%5
%0
%31
%2

Triadic Colors of #edf9ac

#edf9ac #acedf9 #f9aced

Analogous Colors of #edf9ac

#edf9ac #c7f9ac #f9dfac

Monochromatic Colors of #edf9ac

#edf9ac

Complementary Color

#edf9ac #b8acf9

#edf9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf9ac Color CSS Codes

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

#edf9ac Text Font Color

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

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


#edf9ac Background Color

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

This div background color is #edf9ac


#edf9ac Border Color

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

This div border color is #edf9ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf9ac


Comments

No comments written yet.

Please login to write comment.