Color Hex Logo

#edb24d Color Hex

#EDB24D
(237,178,77)
0 Favorites   0 Comments

Color spaces of #edb24d

RGB 23717877
HSL0.110.820.62
HSV38°68°93°
CMYK 0.000.250.68   0.07
XYZ52.185050.381113.9953
Yxy50.38110.44770.4322
Hunter Lab70.97967.020737.9953
CIE-Lab76.302611.567258.2084

#edb24d color RGB value is (237,178,77).

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

The process color (four color CMYK) of #edb24d color hex is 0.00, 0.25, 0.68, 0.07. Web safe color of #edb24d is #ff9966. Color #edb24d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110010 01001101
Octal 355 262 115
Decimal 237 178 77
Hex ED B2 4D

RGB Percentages of Color #edb24d

%48.17
%36.18
%15.65

CMYK Percentages of Color #edb24d

%0
%25
%68
%7

Triadic Colors of #edb24d

#edb24d #4dedb2 #b24ded

Analogous Colors of #edb24d

#edb24d #d8ed4d #ed624d

Monochromatic Colors of #edb24d

#edb24d

Complementary Color

#edb24d #4d88ed

#edb24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb24d Color CSS Codes

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

#edb24d Text Font Color

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

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


#edb24d Background Color

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

This div background color is #edb24d


#edb24d Border Color

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

This div border color is #edb24d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb24d


Comments

No comments written yet.

Please login to write comment.