color codes Logo

#adb907 color codes

#ADB907
(173,185,7)
0 Favorites   0 Comments

Color spaces of #adb907

RGB 1731857
HSL0.180.930.38
HSV64°96°73°
CMYK 0.060.000.96   0.27
XYZ34.620943.59756.7915
Yxy43.59750.40730.5129
Hunter Lab66.0284-21.956240.1215
CIE-Lab71.9586-22.048472.3360

#adb907 color RGB value is (173,185,7).

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

The process color (four color CMYK) of #adb907 color code is 0.06, 0.00, 0.96, 0.27. Web safe color of #adb907 is #99cc00. Color #adb907 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111001 00000111
Octal 255 271 7
Decimal 173 185 7
Hex AD B9 7

RGB Percentages of Color #adb907

%47.40
%50.68
%1.92

CMYK Percentages of Color #adb907

%6
%0
%96
%27

Triadic Colors of #adb907

#adb907 #07adb9 #b907ad

Analogous Colors of #adb907

#adb907 #54b907 #b96c07

Monochromatic Colors of #adb907

#adb907

Complementary Color

#adb907 #1307b9

#adb907 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb907 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb907 Color CSS Codes

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

#adb907 Text Font Color

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

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


#adb907 Background Color

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

This div background color is #adb907


#adb907 Border Color

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

This div border color is #adb907


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb907


Comments

No comments written yet.

Please login to write comment.