Color Hex Logo

#edaf9d Color Hex

#EDAF9D
(237,175,157)
0 Favorites   0 Comments

Color spaces of #edaf9d

RGB 237175157
HSL0.040.690.77
HSV14°34°93°
CMYK 0.000.260.34   0.07
XYZ56.340851.098838.7919
Yxy51.09880.38530.3494
Hunter Lab71.483415.591617.8635
CIE-Lab76.738820.278818.1117

#edaf9d color RGB value is (237,175,157).

#edaf9d hex color red value is 237, green value is 175 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #edaf9d hue: 0.04 , saturation: 0.69 and the lightness value of edaf9d is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101111 10011101
Octal 355 257 235
Decimal 237 175 157
Hex ED AF 9D

RGB Percentages of Color #edaf9d

%41.65
%30.76
%27.59

CMYK Percentages of Color #edaf9d

%0
%26
%34
%7

Triadic Colors of #edaf9d

#edaf9d #9dedaf #af9ded

Analogous Colors of #edaf9d

#edaf9d #edd79d #ed9db3

Monochromatic Colors of #edaf9d

#edaf9d

Complementary Color

#edaf9d #9ddbed

#edaf9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaf9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaf9d Color CSS Codes

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

#edaf9d Text Font Color

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

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


#edaf9d Background Color

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

This div background color is #edaf9d


#edaf9d Border Color

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

This div border color is #edaf9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaf9d


Comments

No comments written yet.

Please login to write comment.