color codes Logo

#edc52f color codes

#EDC52F
(237,197,47)
0 Favorites   0 Comments

Color spaces of #edc52f

RGB 23719747
HSL0.130.840.56
HSV47°80°93°
CMYK 0.000.170.80   0.07
XYZ55.404458.142310.9918
Yxy58.14230.44490.4669
Hunter Lab76.2511-3.740544.8290
CIE-Lab80.81780.356973.8023

#edc52f color RGB value is (237,197,47).

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

The process color (four color CMYK) of #edc52f color code is 0.00, 0.17, 0.80, 0.07. Web safe color of #edc52f is #ffcc33. Color #edc52f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000101 00101111
Octal 355 305 57
Decimal 237 197 47
Hex ED C5 2F

RGB Percentages of Color #edc52f

%49.27
%40.96
%9.77

CMYK Percentages of Color #edc52f

%0
%17
%80
%7

Triadic Colors of #edc52f

#edc52f #2fedc5 #c52fed

Analogous Colors of #edc52f

#edc52f #b6ed2f #ed662f

Monochromatic Colors of #edc52f

#edc52f

Complementary Color

#edc52f #2f57ed

#edc52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc52f Color CSS Codes

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

#edc52f Text Font Color

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

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


#edc52f Background Color

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

This div background color is #edc52f


#edc52f Border Color

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

This div border color is #edc52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc52f


Comments

No comments written yet.

Please login to write comment.