Color Hex Logo

#edab57 Color Hex

#EDAB57
(237,171,87)
0 Favorites   0 Comments

Color spaces of #edab57

RGB 23717187
HSL0.090.810.64
HSV34°63°93°
CMYK 0.000.280.63   0.07
XYZ51.208347.818515.5477
Yxy47.81850.44690.4174
Hunter Lab69.150911.170435.0750
CIE-Lab74.710315.860151.8612

#edab57 color RGB value is (237,171,87).

#edab57 hex color red value is 237, green value is 171 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #edab57 hue: 0.09 , saturation: 0.81 and the lightness value of edab57 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 01010111
Octal 355 253 127
Decimal 237 171 87
Hex ED AB 57

RGB Percentages of Color #edab57

%47.88
%34.55
%17.58

CMYK Percentages of Color #edab57

%0
%28
%63
%7

Triadic Colors of #edab57

#edab57 #57edab #ab57ed

Analogous Colors of #edab57

#edab57 #e4ed57 #ed6057

Monochromatic Colors of #edab57

#edab57

Complementary Color

#edab57 #5799ed

#edab57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edab57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edab57 Color CSS Codes

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

#edab57 Text Font Color

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

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


#edab57 Background Color

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

This div background color is #edab57


#edab57 Border Color

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

This div border color is #edab57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edab57


Comments

No comments written yet.

Please login to write comment.