Color Hex Logo

#edc92a Color Hex

#EDC92A
(237,201,42)
0 Favorites   0 Comments

Color spaces of #edc92a

RGB 23720142
HSL0.140.840.55
HSV49°82°93°
CMYK 0.000.150.82   0.07
XYZ56.229659.945010.7974
Yxy59.94500.44290.4721
Hunter Lab77.4242-5.855945.9285
CIE-Lab81.8083-1.848976.0623

#edc92a color RGB value is (237,201,42).

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

The process color (four color CMYK) of #edc92a color hex is 0.00, 0.15, 0.82, 0.07. Web safe color of #edc92a is #ffcc33. Color #edc92a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001001 00101010
Octal 355 311 52
Decimal 237 201 42
Hex ED C9 2A

RGB Percentages of Color #edc92a

%49.38
%41.88
%8.75

CMYK Percentages of Color #edc92a

%0
%15
%82
%7

Triadic Colors of #edc92a

#edc92a #2aedc9 #c92aed

Analogous Colors of #edc92a

#edc92a #b0ed2a #ed682a

Monochromatic Colors of #edc92a

#edc92a

Complementary Color

#edc92a #2a4eed

#edc92a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc92a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc92a Color CSS Codes

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

#edc92a Text Font Color

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

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


#edc92a Background Color

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

This div background color is #edc92a


#edc92a Border Color

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

This div border color is #edc92a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc92a


Comments

No comments written yet.

Please login to write comment.