Color Hex Logo

#edfaac Color Hex

#EDFAAC
(237,250,172)
0 Favorites   0 Comments

Color spaces of #edfaac

RGB 237250172
HSL0.190.890.83
HSV70°31°98°
CMYK 0.050.000.31   0.02
XYZ76.557189.354352.2418
Yxy89.35430.35090.4096
Hunter Lab94.5274-20.857033.4018
CIE-Lab95.7283-16.373936.0623

#edfaac color RGB value is (237,250,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 10101100
Octal 355 372 254
Decimal 237 250 172
Hex ED FA AC

RGB Percentages of Color #edfaac

%35.96
%37.94
%26.10

CMYK Percentages of Color #edfaac

%5
%0
%31
%2

Triadic Colors of #edfaac

#edfaac #acedfa #faaced

Analogous Colors of #edfaac

#edfaac #c6faac #fae0ac

Monochromatic Colors of #edfaac

#edfaac

Complementary Color

#edfaac #b9acfa

#edfaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfaac Color CSS Codes

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

#edfaac Text Font Color

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

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


#edfaac Background Color

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

This div background color is #edfaac


#edfaac Border Color

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

This div border color is #edfaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfaac


Comments

No comments written yet.

Please login to write comment.