Color Hex Logo

#edc54d Color Hex

#EDC54D
(237,197,77)
0 Favorites   0 Comments

Color spaces of #edc54d

RGB 23719777
HSL0.130.820.62
HSV45°68°93°
CMYK 0.000.170.68   0.07
XYZ56.230958.472915.3439
Yxy58.47290.43240.4496
Hunter Lab76.4676-2.557241.6302
CIE-Lab81.00101.634063.1660

#edc54d color RGB value is (237,197,77).

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

The process color (four color CMYK) of #edc54d color hex is 0.00, 0.17, 0.68, 0.07. Web safe color of #edc54d is #ffcc66. Color #edc54d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000101 01001101
Octal 355 305 115
Decimal 237 197 77
Hex ED C5 4D

RGB Percentages of Color #edc54d

%46.38
%38.55
%15.07

CMYK Percentages of Color #edc54d

%0
%17
%68
%7

Triadic Colors of #edc54d

#edc54d #4dedc5 #c54ded

Analogous Colors of #edc54d

#edc54d #c5ed4d #ed754d

Monochromatic Colors of #edc54d

#edc54d

Complementary Color

#edc54d #4d75ed

#edc54d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc54d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc54d Color CSS Codes

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

#edc54d Text Font Color

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

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


#edc54d Background Color

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

This div background color is #edc54d


#edc54d Border Color

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

This div border color is #edc54d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc54d


Comments

No comments written yet.

Please login to write comment.