Color Hex Logo

#ada330 Color Hex

#ADA330
(173,163,48)
0 Favorites   0 Comments

Color spaces of #ada330

RGB 17316348
HSL0.150.570.43
HSV55°72°68°
CMYK 0.000.060.72   0.32
XYZ30.864335.29207.9816
Yxy35.29200.41630.4760
Hunter Lab59.4071-11.224633.6191
CIE-Lab65.9754-9.671357.6341

#ada330 color RGB value is (173,163,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100011 00110000
Octal 255 243 60
Decimal 173 163 48
Hex AD A3 30

RGB Percentages of Color #ada330

%45.05
%42.45
%12.50

CMYK Percentages of Color #ada330

%0
%6
%72
%32

Triadic Colors of #ada330

#ada330 #30ada3 #a330ad

Analogous Colors of #ada330

#ada330 #79ad30 #ad6530

Monochromatic Colors of #ada330

#ada330

Complementary Color

#ada330 #303aad

#ada330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada330 Color CSS Codes

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

#ada330 Text Font Color

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

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


#ada330 Background Color

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

This div background color is #ada330


#ada330 Border Color

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

This div border color is #ada330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada330


Comments

No comments written yet.

Please login to write comment.