Color Hex Logo

#edc52c Color Hex

#EDC52C
(237,197,44)
0 Favorites   0 Comments

Color spaces of #edc52c

RGB 23719744
HSL0.130.840.55
HSV48°81°93°
CMYK 0.000.170.81   0.07
XYZ55.345958.118910.6839
Yxy58.11890.44580.4681
Hunter Lab76.2358-3.824545.0560
CIE-Lab80.80490.265874.6577

#edc52c color RGB value is (237,197,44).

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

The process color (four color CMYK) of #edc52c color hex is 0.00, 0.17, 0.81, 0.07. Web safe color of #edc52c is #ffcc33. Color #edc52c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000101 00101100
Octal 355 305 54
Decimal 237 197 44
Hex ED C5 2C

RGB Percentages of Color #edc52c

%49.58
%41.21
%9.21

CMYK Percentages of Color #edc52c

%0
%17
%81
%7

Triadic Colors of #edc52c

#edc52c #2cedc5 #c52ced

Analogous Colors of #edc52c

#edc52c #b5ed2c #ed652c

Monochromatic Colors of #edc52c

#edc52c

Complementary Color

#edc52c #2c54ed

#edc52c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc52c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc52c Color CSS Codes

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

#edc52c Text Font Color

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

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


#edc52c Background Color

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

This div background color is #edc52c


#edc52c Border Color

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

This div border color is #edc52c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc52c


Comments

No comments written yet.

Please login to write comment.