Color Hex Logo

#edaf7d Color Hex

#EDAF7D
(237,175,125)
0 Favorites   0 Comments

Color spaces of #edaf7d

RGB 237175125
HSL0.070.760.71
HSV27°47°93°
CMYK 0.000.260.47   0.07
XYZ53.956750.145126.2372
Yxy50.14510.41400.3847
Hunter Lab70.813212.086427.6015
CIE-Lab76.158216.771334.4375

#edaf7d color RGB value is (237,175,125).

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

The process color (four color CMYK) of #edaf7d color hex is 0.00, 0.26, 0.47, 0.07. Web safe color of #edaf7d is #ff9966. Color #edaf7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101111 01111101
Octal 355 257 175
Decimal 237 175 125
Hex ED AF 7D

RGB Percentages of Color #edaf7d

%44.13
%32.59
%23.28

CMYK Percentages of Color #edaf7d

%0
%26
%47
%7

Triadic Colors of #edaf7d

#edaf7d #7dedaf #af7ded

Analogous Colors of #edaf7d

#edaf7d #ede77d #ed7d83

Monochromatic Colors of #edaf7d

#edaf7d

Complementary Color

#edaf7d #7dbbed

#edaf7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaf7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaf7d Color CSS Codes

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

#edaf7d Text Font Color

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

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


#edaf7d Background Color

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

This div background color is #edaf7d


#edaf7d Border Color

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

This div border color is #edaf7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaf7d


Comments

No comments written yet.

Please login to write comment.