Color Hex Logo

#edab7d Color Hex

#EDAB7D
(237,171,125)
0 Favorites   0 Comments

Color spaces of #edab7d

RGB 237171125
HSL0.070.760.71
HSV25°47°93°
CMYK 0.000.280.47   0.07
XYZ53.189648.611025.9815
Yxy48.61100.41630.3804
Hunter Lab69.721614.162326.7109
CIE-Lab75.208718.892933.2060

#edab7d color RGB value is (237,171,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 01111101
Octal 355 253 175
Decimal 237 171 125
Hex ED AB 7D

RGB Percentages of Color #edab7d

%44.47
%32.08
%23.45

CMYK Percentages of Color #edab7d

%0
%28
%47
%7

Triadic Colors of #edab7d

#edab7d #7dedab #ab7ded

Analogous Colors of #edab7d

#edab7d #ede37d #ed7d87

Monochromatic Colors of #edab7d

#edab7d

Complementary Color

#edab7d #7dbfed

#edab7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edab7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edab7d Color CSS Codes

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

#edab7d Text Font Color

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

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


#edab7d Background Color

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

This div background color is #edab7d


#edab7d Border Color

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

This div border color is #edab7d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,171,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 #edab7d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edab7d


Comments

No comments written yet.

Please login to write comment.