Color Hex Logo

#adb208 Color Hex

#ADB208
(173,178,8)
0 Favorites   0 Comments

Color spaces of #adb208

RGB 1731788
HSL0.170.910.36
HSV62°96°70°
CMYK 0.030.000.96   0.30
XYZ33.197840.74266.3441
Yxy40.74260.41350.5075
Hunter Lab63.8299-18.864938.7881
CIE-Lab69.9952-18.546670.7322

#adb208 color RGB value is (173,178,8).

#adb208 hex color red value is 173, green value is 178 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #adb208 hue: 0.17 , saturation: 0.91 and the lightness value of adb208 is 0.36.

The process color (four color CMYK) of #adb208 color hex is 0.03, 0.00, 0.96, 0.30. Web safe color of #adb208 is #999900. Color #adb208 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110010 00001000
Octal 255 262 10
Decimal 173 178 8
Hex AD B2 8

RGB Percentages of Color #adb208

%48.19
%49.58
%2.23

CMYK Percentages of Color #adb208

%3
%0
%96
%30

Triadic Colors of #adb208

#adb208 #08adb2 #b208ad

Analogous Colors of #adb208

#adb208 #58b208 #b26208

Monochromatic Colors of #adb208

#adb208

Complementary Color

#adb208 #0d08b2

#adb208 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb208 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb208 Color CSS Codes

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

#adb208 Text Font Color

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

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


#adb208 Background Color

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

This div background color is #adb208


#adb208 Border Color

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

This div border color is #adb208


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb208


Comments

No comments written yet.

Please login to write comment.