Color Hex Logo

#ada430 Color Hex

#ADA430
(173,164,48)
0 Favorites   0 Comments

Color spaces of #ada430

RGB 17316448
HSL0.150.570.43
HSV56°72°68°
CMYK 0.000.050.72   0.32
XYZ31.042535.64868.0410
Yxy35.64860.41540.4770
Hunter Lab59.7064-11.680833.8096
CIE-Lab66.2506-10.197357.9014

#ada430 color RGB value is (173,164,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 00110000
Octal 255 244 60
Decimal 173 164 48
Hex AD A4 30

RGB Percentages of Color #ada430

%44.94
%42.60
%12.47

CMYK Percentages of Color #ada430

%0
%5
%72
%32

Triadic Colors of #ada430

#ada430 #30ada4 #a430ad

Analogous Colors of #ada430

#ada430 #78ad30 #ad6630

Monochromatic Colors of #ada430

#ada430

Complementary Color

#ada430 #3039ad

#ada430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada430 Color CSS Codes

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

#ada430 Text Font Color

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

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


#ada430 Background Color

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

This div background color is #ada430


#ada430 Border Color

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

This div border color is #ada430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada430


Comments

No comments written yet.

Please login to write comment.