Color Hex Logo

#adb108 Color Hex

#ADB108
(173,177,8)
0 Favorites   0 Comments

Color spaces of #adb108

RGB 1731778
HSL0.170.910.36
HSV61°95°69°
CMYK 0.020.000.95   0.31
XYZ32.999640.34606.2780
Yxy40.34600.41440.5067
Hunter Lab63.5185-18.421738.6029
CIE-Lab69.7153-18.042170.5198

#adb108 color RGB value is (173,177,8).

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

The process color (four color CMYK) of #adb108 color hex is 0.02, 0.00, 0.95, 0.31. Web safe color of #adb108 is #999900. Color #adb108 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110001 00001000
Octal 255 261 10
Decimal 173 177 8
Hex AD B1 8

RGB Percentages of Color #adb108

%48.32
%49.44
%2.23

CMYK Percentages of Color #adb108

%2
%0
%95
%31

Triadic Colors of #adb108

#adb108 #08adb1 #b108ad

Analogous Colors of #adb108

#adb108 #59b108 #b16108

Monochromatic Colors of #adb108

#adb108

Complementary Color

#adb108 #0c08b1

#adb108 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb108 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb108 Color CSS Codes

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

#adb108 Text Font Color

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

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


#adb108 Background Color

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

This div background color is #adb108


#adb108 Border Color

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

This div border color is #adb108


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb108


Comments

No comments written yet.

Please login to write comment.