Color Hex Logo

#edc82e Color Hex

#EDC82E
(237,200,46)
0 Favorites   0 Comments

Color spaces of #edc82e

RGB 23720046
HSL0.130.840.55
HSV48°81°93°
CMYK 0.000.160.81   0.07
XYZ56.072559.510311.1161
Yxy59.51030.44260.4697
Hunter Lab77.1429-5.254745.4565
CIE-Lab81.5713-1.218674.7516

#edc82e color RGB value is (237,200,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001000 00101110
Octal 355 310 56
Decimal 237 200 46
Hex ED C8 2E

RGB Percentages of Color #edc82e

%49.07
%41.41
%9.52

CMYK Percentages of Color #edc82e

%0
%16
%81
%7

Triadic Colors of #edc82e

#edc82e #2eedc8 #c82eed

Analogous Colors of #edc82e

#edc82e #b3ed2e #ed692e

Monochromatic Colors of #edc82e

#edc82e

Complementary Color

#edc82e #2e53ed

#edc82e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc82e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc82e Color CSS Codes

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

#edc82e Text Font Color

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

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


#edc82e Background Color

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

This div background color is #edc82e


#edc82e Border Color

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

This div border color is #edc82e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc82e


Comments

No comments written yet.

Please login to write comment.