Color Hex Logo

#edb22a Color Hex

#EDB22A
(237,178,42)
0 Favorites   0 Comments

Color spaces of #edb22a

RGB 23717842
HSL0.120.840.55
HSV42°82°93°
CMYK 0.000.250.82   0.07
XYZ51.263450.01259.1420
Yxy50.01250.46430.4529
Hunter Lab70.71955.632541.8392
CIE-Lab76.076910.115471.1763

#edb22a color RGB value is (237,178,42).

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

The process color (four color CMYK) of #edb22a color hex is 0.00, 0.25, 0.82, 0.07. Web safe color of #edb22a is #ff9933. Color #edb22a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110010 00101010
Octal 355 262 52
Decimal 237 178 42
Hex ED B2 2A

RGB Percentages of Color #edb22a

%51.86
%38.95
%9.19

CMYK Percentages of Color #edb22a

%0
%25
%82
%7

Triadic Colors of #edb22a

#edb22a #2aedb2 #b22aed

Analogous Colors of #edb22a

#edb22a #c7ed2a #ed512a

Monochromatic Colors of #edb22a

#edb22a

Complementary Color

#edb22a #2a65ed

#edb22a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb22a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb22a Color CSS Codes

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

#edb22a Text Font Color

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

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


#edb22a Background Color

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

This div background color is #edb22a


#edb22a Border Color

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

This div border color is #edb22a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb22a


Comments

No comments written yet.

Please login to write comment.