Color Hex Logo

#edb41f Color Hex

#EDB41F
(237,180,31)
0 Favorites   0 Comments

Color spaces of #edb41f

RGB 23718031
HSL0.120.850.53
HSV43°87°93°
CMYK 0.000.240.87   0.07
XYZ51.493650.74608.3773
Yxy50.74600.46550.4588
Hunter Lab71.23624.366642.8929
CIE-Lab76.52498.792874.4619

#edb41f color RGB value is (237,180,31).

#edb41f hex color red value is 237, green value is 180 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #edb41f hue: 0.12 , saturation: 0.85 and the lightness value of edb41f is 0.53.

The process color (four color CMYK) of #edb41f color hex is 0.00, 0.24, 0.87, 0.07. Web safe color of #edb41f is #ffcc33. Color #edb41f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110100 00011111
Octal 355 264 37
Decimal 237 180 31
Hex ED B4 1F

RGB Percentages of Color #edb41f

%52.90
%40.18
%6.92

CMYK Percentages of Color #edb41f

%0
%24
%87
%7

Triadic Colors of #edb41f

#edb41f #1fedb4 #b41fed

Analogous Colors of #edb41f

#edb41f #bfed1f #ed4d1f

Monochromatic Colors of #edb41f

#edb41f

Complementary Color

#edb41f #1f58ed

#edb41f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb41f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb41f Color CSS Codes

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

#edb41f Text Font Color

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

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


#edb41f Background Color

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

This div background color is #edb41f


#edb41f Border Color

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

This div border color is #edb41f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb41f


Comments

No comments written yet.

Please login to write comment.