Color Hex Logo

#edc22f Color Hex

#EDC22F
(237,194,47)
0 Favorites   0 Comments

Color spaces of #edc22f

RGB 23719447
HSL0.130.840.56
HSV46°80°93°
CMYK 0.000.180.80   0.07
XYZ54.729956.793310.7670
Yxy56.79330.44750.4644
Hunter Lab75.3613-2.249744.2821
CIE-Lab80.06321.907873.1404

#edc22f color RGB value is (237,194,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000010 00101111
Octal 355 302 57
Decimal 237 194 47
Hex ED C2 2F

RGB Percentages of Color #edc22f

%49.58
%40.59
%9.83

CMYK Percentages of Color #edc22f

%0
%18
%80
%7

Triadic Colors of #edc22f

#edc22f #2fedc2 #c22fed

Analogous Colors of #edc22f

#edc22f #b9ed2f #ed632f

Monochromatic Colors of #edc22f

#edc22f

Complementary Color

#edc22f #2f5aed

#edc22f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc22f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc22f Color CSS Codes

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

#edc22f Text Font Color

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

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


#edc22f Background Color

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

This div background color is #edc22f


#edc22f Border Color

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

This div border color is #edc22f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc22f


Comments

No comments written yet.

Please login to write comment.