Color Hex Logo

#edfdac Color Hex

#EDFDAC
(237,253,172)
0 Favorites   0 Comments

Color spaces of #edfdac

RGB 237253172
HSL0.200.950.83
HSV72°32°99°
CMYK 0.060.000.32   0.01
XYZ77.496791.233652.5551
Yxy91.23360.35020.4123
Hunter Lab95.5163-22.328334.2388
CIE-Lab96.5061-17.831337.0911

#edfdac color RGB value is (237,253,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 10101100
Octal 355 375 254
Decimal 237 253 172
Hex ED FD AC

RGB Percentages of Color #edfdac

%35.80
%38.22
%25.98

CMYK Percentages of Color #edfdac

%6
%0
%32
%1

Triadic Colors of #edfdac

#edfdac #acedfd #fdaced

Analogous Colors of #edfdac

#edfdac #c5fdac #fde5ac

Monochromatic Colors of #edfdac

#edfdac

Complementary Color

#edfdac #bcacfd

#edfdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfdac Color CSS Codes

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

#edfdac Text Font Color

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

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


#edfdac Background Color

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

This div background color is #edfdac


#edfdac Border Color

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

This div border color is #edfdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfdac

Related Colors


Comments

No comments written yet.

Please login to write comment.