Color Hex Logo

#edea5d Color Hex

#EDEA5D
(237,234,93)
0 Favorites   0 Comments

Color spaces of #edea5d

RGB 23723493
HSL0.160.800.65
HSV59°61°93°
CMYK 0.000.010.61   0.07
XYZ66.323777.640521.8464
Yxy77.64050.40000.4682
Hunter Lab88.1138-19.841546.9797
CIE-Lab90.6156-16.063866.7345

#edea5d color RGB value is (237,234,93).

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

The process color (four color CMYK) of #edea5d color hex is 0.00, 0.01, 0.61, 0.07. Web safe color of #edea5d is #ffff66. Color #edea5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 01011101
Octal 355 352 135
Decimal 237 234 93
Hex ED EA 5D

RGB Percentages of Color #edea5d

%42.02
%41.49
%16.49

CMYK Percentages of Color #edea5d

%0
%1
%61
%7

Triadic Colors of #edea5d

#edea5d #5dedea #ea5ded

Analogous Colors of #edea5d

#edea5d #a8ed5d #eda25d

Monochromatic Colors of #edea5d

#edea5d

Complementary Color

#edea5d #5d60ed

#edea5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edea5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edea5d Color CSS Codes

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

#edea5d Text Font Color

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

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


#edea5d Background Color

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

This div background color is #edea5d


#edea5d Border Color

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

This div border color is #edea5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edea5d


Comments

No comments written yet.

Please login to write comment.