Color Hex Logo

#adb607 Color Hex

#ADB607
(173,182,7)
0 Favorites   0 Comments

Color spaces of #adb607

RGB 1731827
HSL0.180.930.37
HSV63°96°71°
CMYK 0.050.000.96   0.29
XYZ33.999942.35556.5845
Yxy42.35550.40990.5107
Hunter Lab65.0811-20.639339.5582
CIE-Lab71.1153-20.561471.6962

#adb607 color RGB value is (173,182,7).

#adb607 hex color red value is 173, green value is 182 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #adb607 hue: 0.18 , saturation: 0.93 and the lightness value of adb607 is 0.37.

The process color (four color CMYK) of #adb607 color hex is 0.05, 0.00, 0.96, 0.29. Web safe color of #adb607 is #99cc00. Color #adb607 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110110 00000111
Octal 255 266 7
Decimal 173 182 7
Hex AD B6 7

RGB Percentages of Color #adb607

%47.79
%50.28
%1.93

CMYK Percentages of Color #adb607

%5
%0
%96
%29

Triadic Colors of #adb607

#adb607 #07adb6 #b607ad

Analogous Colors of #adb607

#adb607 #55b607 #b66807

Monochromatic Colors of #adb607

#adb607

Complementary Color

#adb607 #1007b6

#adb607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb607 Color CSS Codes

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

#adb607 Text Font Color

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

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


#adb607 Background Color

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

This div background color is #adb607


#adb607 Border Color

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

This div border color is #adb607


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb607


Comments

No comments written yet.

Please login to write comment.