Color Hex Logo

#edea5f Color Hex

#EDEA5F
(237,234,95)
0 Favorites   0 Comments

Color spaces of #edea5f

RGB 23723495
HSL0.160.800.65
HSV59°60°93°
CMYK 0.000.010.60   0.07
XYZ66.413477.676422.3192
Yxy77.67640.39910.4668
Hunter Lab88.1342-19.726546.6793
CIE-Lab90.6320-15.934865.9242

#edea5f color RGB value is (237,234,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 01011111
Octal 355 352 137
Decimal 237 234 95
Hex ED EA 5F

RGB Percentages of Color #edea5f

%41.87
%41.34
%16.78

CMYK Percentages of Color #edea5f

%0
%1
%60
%7

Triadic Colors of #edea5f

#edea5f #5fedea #ea5fed

Analogous Colors of #edea5f

#edea5f #a9ed5f #eda35f

Monochromatic Colors of #edea5f

#edea5f

Complementary Color

#edea5f #5f62ed

#edea5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edea5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edea5f Color CSS Codes

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

#edea5f Text Font Color

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

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


#edea5f Background Color

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

This div background color is #edea5f


#edea5f Border Color

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

This div border color is #edea5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edea5f


Comments

No comments written yet.

Please login to write comment.