Color Hex Logo

#edac5f Color Hex

#EDAC5F
(237,172,95)
0 Favorites   0 Comments

Color spaces of #edac5f

RGB 23717295
HSL0.090.800.65
HSV33°60°93°
CMYK 0.000.270.60   0.07
XYZ51.743148.335817.4291
Yxy48.33580.44030.4113
Hunter Lab69.524011.181433.8032
CIE-Lab75.036215.866748.3661

#edac5f color RGB value is (237,172,95).

#edac5f hex color red value is 237, green value is 172 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #edac5f hue: 0.09 , saturation: 0.80 and the lightness value of edac5f is 0.65.

The process color (four color CMYK) of #edac5f color hex is 0.00, 0.27, 0.60, 0.07. Web safe color of #edac5f is #ff9966. Color #edac5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 01011111
Octal 355 254 137
Decimal 237 172 95
Hex ED AC 5F

RGB Percentages of Color #edac5f

%47.02
%34.13
%18.85

CMYK Percentages of Color #edac5f

%0
%27
%60
%7

Triadic Colors of #edac5f

#edac5f #5fedac #ac5fed

Analogous Colors of #edac5f

#edac5f #e7ed5f #ed655f

Monochromatic Colors of #edac5f

#edac5f

Complementary Color

#edac5f #5fa0ed

#edac5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edac5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edac5f Color CSS Codes

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

#edac5f Text Font Color

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

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


#edac5f Background Color

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

This div background color is #edac5f


#edac5f Border Color

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

This div border color is #edac5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edac5f


Comments

No comments written yet.

Please login to write comment.