Color Hex Logo

#adab30 Color Hex

#ADAB30
(173,171,48)
0 Favorites   0 Comments

Color spaces of #adab30

RGB 17317148
HSL0.160.570.43
HSV59°72°68°
CMYK 0.000.010.72   0.32
XYZ32.330038.22358.4702
Yxy38.22350.40910.4837
Hunter Lab61.8252-14.851735.1547
CIE-Lab68.1850-13.839459.7695

#adab30 color RGB value is (173,171,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 00110000
Octal 255 253 60
Decimal 173 171 48
Hex AD AB 30

RGB Percentages of Color #adab30

%44.13
%43.62
%12.24

CMYK Percentages of Color #adab30

%0
%1
%72
%32

Triadic Colors of #adab30

#adab30 #30adab #ab30ad

Analogous Colors of #adab30

#adab30 #71ad30 #ad6d30

Monochromatic Colors of #adab30

#adab30

Complementary Color

#adab30 #3032ad

#adab30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adab30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adab30 Color CSS Codes

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

#adab30 Text Font Color

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

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


#adab30 Background Color

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

This div background color is #adab30


#adab30 Border Color

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

This div border color is #adab30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adab30


Comments

No comments written yet.

Please login to write comment.