Color Hex Logo

#edac32 Color Hex

#EDAC32
(237,172,50)
0 Favorites   0 Comments

Color spaces of #edac32

RGB 23717250
HSL0.110.840.56
HSV39°79°93°
CMYK 0.000.270.79   0.07
XYZ50.253347.73999.5837
Yxy47.73990.46710.4438
Hunter Lab69.09418.911540.1420
CIE-Lab74.660613.529467.3460

#edac32 color RGB value is (237,172,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 00110010
Octal 355 254 62
Decimal 237 172 50
Hex ED AC 32

RGB Percentages of Color #edac32

%51.63
%37.47
%10.89

CMYK Percentages of Color #edac32

%0
%27
%79
%7

Triadic Colors of #edac32

#edac32 #32edac #ac32ed

Analogous Colors of #edac32

#edac32 #d1ed32 #ed4e32

Monochromatic Colors of #edac32

#edac32

Complementary Color

#edac32 #3273ed

#edac32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edac32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edac32 Color CSS Codes

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

#edac32 Text Font Color

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

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


#edac32 Background Color

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

This div background color is #edac32


#edac32 Border Color

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

This div border color is #edac32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edac32


Comments

No comments written yet.

Please login to write comment.