Color Hex Logo

#adb022 Color Hex

#ADB022
(173,176,34)
0 Favorites   0 Comments

Color spaces of #adb022

RGB 17317634
HSL0.170.680.41
HSV61°81°69°
CMYK 0.020.000.81   0.31
XYZ33.047640.05047.5021
Yxy40.05040.41000.4969
Hunter Lab63.2854-17.536837.2713
CIE-Lab69.5054-16.967365.4312

#adb022 color RGB value is (173,176,34).

#adb022 hex color red value is 173, green value is 176 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #adb022 hue: 0.17 , saturation: 0.68 and the lightness value of adb022 is 0.41.

The process color (four color CMYK) of #adb022 color hex is 0.02, 0.00, 0.81, 0.31. Web safe color of #adb022 is #999933. Color #adb022 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110000 00100010
Octal 255 260 42
Decimal 173 176 34
Hex AD B0 22

RGB Percentages of Color #adb022

%45.17
%45.95
%8.88

CMYK Percentages of Color #adb022

%2
%0
%81
%31

Triadic Colors of #adb022

#adb022 #22adb0 #b022ad

Analogous Colors of #adb022

#adb022 #66b022 #b06c22

Monochromatic Colors of #adb022

#adb022

Complementary Color

#adb022 #2522b0

#adb022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb022 Color CSS Codes

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

#adb022 Text Font Color

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

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


#adb022 Background Color

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

This div background color is #adb022


#adb022 Border Color

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

This div border color is #adb022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb022


Comments

No comments written yet.

Please login to write comment.