Color Hex Logo

#edac11 Color Hex

#EDAC11
(237,172,17)
0 Favorites   0 Comments

Color spaces of #edac11

RGB 23717217
HSL0.120.870.50
HSV42°93°93°
CMYK 0.000.270.93   0.07
XYZ49.778847.55007.0848
Yxy47.55000.47670.4554
Hunter Lab68.95658.182942.1779
CIE-Lab74.540212.771775.6613

#edac11 color RGB value is (237,172,17).

#edac11 hex color red value is 237, green value is 172 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #edac11 hue: 0.12 , saturation: 0.87 and the lightness value of edac11 is 0.50.

The process color (four color CMYK) of #edac11 color hex is 0.00, 0.27, 0.93, 0.07. Web safe color of #edac11 is #ff9900. Color #edac11 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 00010001
Octal 355 254 21
Decimal 237 172 17
Hex ED AC 11

RGB Percentages of Color #edac11

%55.63
%40.38
%3.99

CMYK Percentages of Color #edac11

%0
%27
%93
%7

Triadic Colors of #edac11

#edac11 #11edac #ac11ed

Analogous Colors of #edac11

#edac11 #c0ed11 #ed3e11

Monochromatic Colors of #edac11

#edac11

Complementary Color

#edac11 #1152ed

#edac11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edac11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edac11 Color CSS Codes

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

#edac11 Text Font Color

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

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


#edac11 Background Color

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

This div background color is #edac11


#edac11 Border Color

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

This div border color is #edac11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edac11


Comments

No comments written yet.

Please login to write comment.