Color Hex Logo

#edefa5 Color Hex

#EDEFA5
(237,239,165)
0 Favorites   0 Comments

Color spaces of #edefa5

RGB 237239165
HSL0.170.700.79
HSV62°31°94°
CMYK 0.010.000.31   0.06
XYZ72.583182.454147.6870
Yxy82.45410.35800.4067
Hunter Lab90.8042-16.225932.4261
CIE-Lab92.7749-11.836935.6597

#edefa5 color RGB value is (237,239,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101111 10100101
Octal 355 357 245
Decimal 237 239 165
Hex ED EF A5

RGB Percentages of Color #edefa5

%36.97
%37.29
%25.74

CMYK Percentages of Color #edefa5

%1
%0
%31
%6

Triadic Colors of #edefa5

#edefa5 #a5edef #efa5ed

Analogous Colors of #edefa5

#edefa5 #c8efa5 #efcca5

Monochromatic Colors of #edefa5

#edefa5

Complementary Color

#edefa5 #a7a5ef

#edefa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edefa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edefa5 Color CSS Codes

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

#edefa5 Text Font Color

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

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


#edefa5 Background Color

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

This div background color is #edefa5


#edefa5 Border Color

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

This div border color is #edefa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edefa5


Comments

No comments written yet.

Please login to write comment.