Color Hex Logo

#adb307 Color Hex

#ADB307
(173,179,7)
0 Favorites   0 Comments

Color spaces of #adb307

RGB 1731797
HSL0.170.920.36
HSV62°96°70°
CMYK 0.030.000.96   0.30
XYZ33.392041.13986.3818
Yxy41.13980.41270.5084
Hunter Lab64.1403-19.316938.9990
CIE-Lab70.2738-19.062071.0592

#adb307 color RGB value is (173,179,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110011 00000111
Octal 255 263 7
Decimal 173 179 7
Hex AD B3 7

RGB Percentages of Color #adb307

%48.19
%49.86
%1.95

CMYK Percentages of Color #adb307

%3
%0
%96
%30

Triadic Colors of #adb307

#adb307 #07adb3 #b307ad

Analogous Colors of #adb307

#adb307 #57b307 #b36307

Monochromatic Colors of #adb307

#adb307

Complementary Color

#adb307 #0d07b3

#adb307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb307 Color CSS Codes

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

#adb307 Text Font Color

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

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


#adb307 Background Color

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

This div background color is #adb307


#adb307 Border Color

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

This div border color is #adb307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb307


Comments

No comments written yet.

Please login to write comment.