Color Hex Logo

#edab32 Color Hex

#EDAB32
(237,171,50)
0 Favorites   0 Comments

Color spaces of #edab32

RGB 23717150
HSL0.110.840.56
HSV39°79°93°
CMYK 0.000.280.79   0.07
XYZ50.063747.36069.5205
Yxy47.36060.46810.4429
Hunter Lab68.81909.419939.9711
CIE-Lab74.419814.058067.1269

#edab32 color RGB value is (237,171,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 00110010
Octal 355 253 62
Decimal 237 171 50
Hex ED AB 32

RGB Percentages of Color #edab32

%51.75
%37.34
%10.92

CMYK Percentages of Color #edab32

%0
%28
%79
%7

Triadic Colors of #edab32

#edab32 #32edab #ab32ed

Analogous Colors of #edab32

#edab32 #d2ed32 #ed4d32

Monochromatic Colors of #edab32

#edab32

Complementary Color

#edab32 #3274ed

#edab32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edab32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edab32 Color CSS Codes

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

#edab32 Text Font Color

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

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


#edab32 Background Color

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

This div background color is #edab32


#edab32 Border Color

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

This div border color is #edab32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edab32


Comments

No comments written yet.

Please login to write comment.