Color Hex Logo

#edab20 Color Hex

#EDAB20
(237,171,32)
0 Favorites   0 Comments

Color spaces of #edab20

RGB 23717132
HSL0.110.850.53
HSV41°86°93°
CMYK 0.000.280.86   0.07
XYZ49.748747.23467.8617
Yxy47.23460.47450.4505
Hunter Lab68.72748.935141.3270
CIE-Lab74.339613.555272.4763

#edab20 color RGB value is (237,171,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 00100000
Octal 355 253 40
Decimal 237 171 32
Hex ED AB 20

RGB Percentages of Color #edab20

%53.86
%38.86
%7.27

CMYK Percentages of Color #edab20

%0
%28
%86
%7

Triadic Colors of #edab20

#edab20 #20edab #ab20ed

Analogous Colors of #edab20

#edab20 #c9ed20 #ed4420

Monochromatic Colors of #edab20

#edab20

Complementary Color

#edab20 #2062ed

#edab20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edab20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edab20 Color CSS Codes

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

#edab20 Text Font Color

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

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


#edab20 Background Color

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

This div background color is #edab20


#edab20 Border Color

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

This div border color is #edab20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edab20


Comments

No comments written yet.

Please login to write comment.