Color Hex Logo

#edc55d Color Hex

#EDC55D
(237,197,93)
0 Favorites   0 Comments

Color spaces of #edc55d

RGB 23719793
HSL0.120.800.65
HSV43°61°93°
CMYK 0.000.170.61   0.07
XYZ56.867158.727318.6942
Yxy58.72730.42350.4373
Hunter Lab76.6337-1.650739.1803
CIE-Lab81.14152.605656.3260

#edc55d color RGB value is (237,197,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000101 01011101
Octal 355 305 135
Decimal 237 197 93
Hex ED C5 5D

RGB Percentages of Color #edc55d

%44.97
%37.38
%17.65

CMYK Percentages of Color #edc55d

%0
%17
%61
%7

Triadic Colors of #edc55d

#edc55d #5dedc5 #c55ded

Analogous Colors of #edc55d

#edc55d #cded5d #ed7d5d

Monochromatic Colors of #edc55d

#edc55d

Complementary Color

#edc55d #5d85ed

#edc55d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc55d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc55d Color CSS Codes

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

#edc55d Text Font Color

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

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


#edc55d Background Color

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

This div background color is #edc55d


#edc55d Border Color

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

This div border color is #edc55d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc55d


Comments

No comments written yet.

Please login to write comment.