Color Hex Logo

#ada948 Color Hex

#ADA948
(173,169,72)
0 Favorites   0 Comments

Color spaces of #ada948

RGB 17316972
HSL0.160.410.48
HSV58°58°68°
CMYK 0.000.020.58   0.32
XYZ32.591237.728111.6954
Yxy37.72810.39740.4600
Hunter Lab61.4232-12.778431.7070
CIE-Lab67.8197-11.327549.4457

#ada948 color RGB value is (173,169,72).

#ada948 hex color red value is 173, green value is 169 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #ada948 hue: 0.16 , saturation: 0.41 and the lightness value of ada948 is 0.48.

The process color (four color CMYK) of #ada948 color hex is 0.00, 0.02, 0.58, 0.32. Web safe color of #ada948 is #999933. Color #ada948 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 01001000
Octal 255 251 110
Decimal 173 169 72
Hex AD A9 48

RGB Percentages of Color #ada948

%41.79
%40.82
%17.39

CMYK Percentages of Color #ada948

%0
%2
%58
%32

Triadic Colors of #ada948

#ada948 #48ada9 #a948ad

Analogous Colors of #ada948

#ada948 #7fad48 #ad7748

Monochromatic Colors of #ada948

#ada948

Complementary Color

#ada948 #484cad

#ada948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada948 Color CSS Codes

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

#ada948 Text Font Color

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

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


#ada948 Background Color

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

This div background color is #ada948


#ada948 Border Color

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

This div border color is #ada948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada948


Comments

No comments written yet.

Please login to write comment.