Color Hex Logo

#edac1f Color Hex

#EDAC1F
(237,172,31)
0 Favorites   0 Comments

Color spaces of #edac1f

RGB 23717231
HSL0.110.850.53
HSV41°87°93°
CMYK 0.000.270.87   0.07
XYZ49.924947.60857.8544
Yxy47.60850.47370.4517
Hunter Lab68.99898.407541.5500
CIE-Lab74.577313.005672.9120

#edac1f color RGB value is (237,172,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 00011111
Octal 355 254 37
Decimal 237 172 31
Hex ED AC 1F

RGB Percentages of Color #edac1f

%53.86
%39.09
%7.05

CMYK Percentages of Color #edac1f

%0
%27
%87
%7

Triadic Colors of #edac1f

#edac1f #1fedac #ac1fed

Analogous Colors of #edac1f

#edac1f #c7ed1f #ed451f

Monochromatic Colors of #edac1f

#edac1f

Complementary Color

#edac1f #1f60ed

#edac1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edac1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edac1f Color CSS Codes

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

#edac1f Text Font Color

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

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


#edac1f Background Color

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

This div background color is #edac1f


#edac1f Border Color

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

This div border color is #edac1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edac1f


Comments

No comments written yet.

Please login to write comment.