Color Hex Logo

#ada530 Color Hex

#ADA530
(173,165,48)
0 Favorites   0 Comments

Color spaces of #ada530

RGB 17316548
HSL0.160.570.43
HSV56°72°68°
CMYK 0.000.050.72   0.32
XYZ31.222236.00798.1009
Yxy36.00790.41450.4780
Hunter Lab60.0066-12.135734.0004
CIE-Lab66.5260-10.721258.1684

#ada530 color RGB value is (173,165,48).

#ada530 hex color red value is 173, green value is 165 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ada530 hue: 0.16 , saturation: 0.57 and the lightness value of ada530 is 0.43.

The process color (four color CMYK) of #ada530 color hex is 0.00, 0.05, 0.72, 0.32. Web safe color of #ada530 is #999933. Color #ada530 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100101 00110000
Octal 255 245 60
Decimal 173 165 48
Hex AD A5 30

RGB Percentages of Color #ada530

%44.82
%42.75
%12.44

CMYK Percentages of Color #ada530

%0
%5
%72
%32

Triadic Colors of #ada530

#ada530 #30ada5 #a530ad

Analogous Colors of #ada530

#ada530 #77ad30 #ad6730

Monochromatic Colors of #ada530

#ada530

Complementary Color

#ada530 #3038ad

#ada530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada530 Color CSS Codes

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

#ada530 Text Font Color

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

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


#ada530 Background Color

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

This div background color is #ada530


#ada530 Border Color

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

This div border color is #ada530


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,165,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ada530; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ada530;
  -webkit-box-shadow: 1px 1px 3px 2px #ada530;
  box-shadow:         1px 1px 3px 2px #ada530; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,165,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada530


Comments

No comments written yet.

Please login to write comment.