Color Hex Logo

#edab4e Color Hex

#EDAB4E
(237,171,78)
0 Favorites   0 Comments

Color spaces of #edab4e

RGB 23717178
HSL0.100.820.62
HSV35°67°93°
CMYK 0.000.280.67   0.07
XYZ50.863147.680413.7302
Yxy47.68040.45300.4247
Hunter Lab69.051010.644236.5464
CIE-Lab74.622915.320655.9538

#edab4e color RGB value is (237,171,78).

#edab4e hex color red value is 237, green value is 171 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #edab4e hue: 0.10 , saturation: 0.82 and the lightness value of edab4e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 01001110
Octal 355 253 116
Decimal 237 171 78
Hex ED AB 4E

RGB Percentages of Color #edab4e

%48.77
%35.19
%16.05

CMYK Percentages of Color #edab4e

%0
%28
%67
%7

Triadic Colors of #edab4e

#edab4e #4eedab #ab4eed

Analogous Colors of #edab4e

#edab4e #e0ed4e #ed5c4e

Monochromatic Colors of #edab4e

#edab4e

Complementary Color

#edab4e #4e90ed

#edab4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edab4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edab4e Color CSS Codes

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

#edab4e Text Font Color

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

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


#edab4e Background Color

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

This div background color is #edab4e


#edab4e Border Color

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

This div border color is #edab4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edab4e


Comments

No comments written yet.

Please login to write comment.