Color Hex Logo

#edc82f Color Hex

#EDC82F
(237,200,47)
0 Favorites   0 Comments

Color spaces of #edc82f

RGB 23720047
HSL0.130.840.56
HSV48°80°93°
CMYK 0.000.160.80   0.07
XYZ56.092459.518311.2211
Yxy59.51830.44230.4693
Hunter Lab77.1481-5.226445.3800
CIE-Lab81.5757-1.187874.4658

#edc82f color RGB value is (237,200,47).

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

The process color (four color CMYK) of #edc82f color hex is 0.00, 0.16, 0.80, 0.07. Web safe color of #edc82f is #ffcc33. Color #edc82f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001000 00101111
Octal 355 310 57
Decimal 237 200 47
Hex ED C8 2F

RGB Percentages of Color #edc82f

%48.97
%41.32
%9.71

CMYK Percentages of Color #edc82f

%0
%16
%80
%7

Triadic Colors of #edc82f

#edc82f #2fedc8 #c82fed

Analogous Colors of #edc82f

#edc82f #b3ed2f #ed692f

Monochromatic Colors of #edc82f

#edc82f

Complementary Color

#edc82f #2f54ed

#edc82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc82f Color CSS Codes

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

#edc82f Text Font Color

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

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


#edc82f Background Color

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

This div background color is #edc82f


#edc82f Border Color

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

This div border color is #edc82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc82f


Comments

No comments written yet.

Please login to write comment.