Color Hex Logo

#edb22f Color Hex

#EDB22F
(237,178,47)
0 Favorites   0 Comments

Color spaces of #edb22f

RGB 23717847
HSL0.110.840.56
HSV41°80°93°
CMYK 0.000.250.80   0.07
XYZ51.358550.05069.6432
Yxy50.05060.46250.4507
Hunter Lab70.74645.776141.4409
CIE-Lab76.100310.266169.6445

#edb22f color RGB value is (237,178,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110010 00101111
Octal 355 262 57
Decimal 237 178 47
Hex ED B2 2F

RGB Percentages of Color #edb22f

%51.30
%38.53
%10.17

CMYK Percentages of Color #edb22f

%0
%25
%80
%7

Triadic Colors of #edb22f

#edb22f #2fedb2 #b22fed

Analogous Colors of #edb22f

#edb22f #c9ed2f #ed532f

Monochromatic Colors of #edb22f

#edb22f

Complementary Color

#edb22f #2f6aed

#edb22f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb22f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb22f Color CSS Codes

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

#edb22f Text Font Color

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

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


#edb22f Background Color

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

This div background color is #edb22f


#edb22f Border Color

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

This div border color is #edb22f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb22f


Comments

No comments written yet.

Please login to write comment.