Color Hex Logo

#edad1f Color Hex

#EDAD1F
(237,173,31)
0 Favorites   0 Comments

Color spaces of #edad1f

RGB 23717331
HSL0.110.850.53
HSV41°87°93°
CMYK 0.000.270.87   0.07
XYZ50.115947.99067.9180
Yxy47.99060.47270.4526
Hunter Lab69.27527.900841.7160
CIE-Lab74.819012.477773.1046

#edad1f color RGB value is (237,173,31).

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

The process color (four color CMYK) of #edad1f color hex is 0.00, 0.27, 0.87, 0.07. Web safe color of #edad1f is #ff9933. Color #edad1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 00011111
Octal 355 255 37
Decimal 237 173 31
Hex ED AD 1F

RGB Percentages of Color #edad1f

%53.74
%39.23
%7.03

CMYK Percentages of Color #edad1f

%0
%27
%87
%7

Triadic Colors of #edad1f

#edad1f #1fedad #ad1fed

Analogous Colors of #edad1f

#edad1f #c6ed1f #ed461f

Monochromatic Colors of #edad1f

#edad1f

Complementary Color

#edad1f #1f5fed

#edad1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edad1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edad1f Color CSS Codes

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

#edad1f Text Font Color

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

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


#edad1f Background Color

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

This div background color is #edad1f


#edad1f Border Color

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

This div border color is #edad1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edad1f


Comments

No comments written yet.

Please login to write comment.