Color Hex Logo

#edaf87 Color Hex

#EDAF87
(237,175,135)
0 Favorites   0 Comments

Color spaces of #edaf87

RGB 237175135
HSL0.070.740.73
HSV24°43°93°
CMYK 0.000.260.43   0.07
XYZ54.628250.413729.7733
Yxy50.41370.40520.3739
Hunter Lab71.002613.080324.8399
CIE-Lab76.322517.773729.3635

#edaf87 color RGB value is (237,175,135).

#edaf87 hex color red value is 237, green value is 175 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #edaf87 hue: 0.07 , saturation: 0.74 and the lightness value of edaf87 is 0.73.

The process color (four color CMYK) of #edaf87 color hex is 0.00, 0.26, 0.43, 0.07. Web safe color of #edaf87 is #ff9999. Color #edaf87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101111 10000111
Octal 355 257 207
Decimal 237 175 135
Hex ED AF 87

RGB Percentages of Color #edaf87

%43.33
%31.99
%24.68

CMYK Percentages of Color #edaf87

%0
%26
%43
%7

Triadic Colors of #edaf87

#edaf87 #87edaf #af87ed

Analogous Colors of #edaf87

#edaf87 #ede287 #ed8792

Monochromatic Colors of #edaf87

#edaf87

Complementary Color

#edaf87 #87c5ed

#edaf87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaf87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaf87 Color CSS Codes

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

#edaf87 Text Font Color

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

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


#edaf87 Background Color

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

This div background color is #edaf87


#edaf87 Border Color

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

This div border color is #edaf87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaf87


Comments

No comments written yet.

Please login to write comment.