Color Hex Logo

#edefa6 Color Hex

#EDEFA6
(237,239,166)
0 Favorites   0 Comments

Color spaces of #edefa6

RGB 237239166
HSL0.170.700.79
HSV62°31°94°
CMYK 0.010.000.31   0.06
XYZ72.674582.490748.1683
Yxy82.49070.35740.4057
Hunter Lab90.8244-16.113232.1329
CIE-Lab92.7910-11.714535.1781

#edefa6 color RGB value is (237,239,166).

#edefa6 hex color red value is 237, green value is 239 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #edefa6 hue: 0.17 , saturation: 0.70 and the lightness value of edefa6 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101111 10100110
Octal 355 357 246
Decimal 237 239 166
Hex ED EF A6

RGB Percentages of Color #edefa6

%36.92
%37.23
%25.86

CMYK Percentages of Color #edefa6

%1
%0
%31
%6

Triadic Colors of #edefa6

#edefa6 #a6edef #efa6ed

Analogous Colors of #edefa6

#edefa6 #c9efa6 #efcda6

Monochromatic Colors of #edefa6

#edefa6

Complementary Color

#edefa6 #a8a6ef

#edefa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edefa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edefa6 Color CSS Codes

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

#edefa6 Text Font Color

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

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


#edefa6 Background Color

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

This div background color is #edefa6


#edefa6 Border Color

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

This div border color is #edefa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edefa6


Comments

No comments written yet.

Please login to write comment.