Color Hex Logo

#adb702 Color Hex

#ADB702
(173,183,2)
0 Favorites   0 Comments

Color spaces of #adb702

RGB 1731832
HSL0.180.980.36
HSV63°99°72°
CMYK 0.050.000.99   0.28
XYZ34.178042.75566.5087
Yxy42.75560.40960.5124
Hunter Lab65.3878-21.127139.8697
CIE-Lab71.3888-21.121372.4701

#adb702 color RGB value is (173,183,2).

#adb702 hex color red value is 173, green value is 183 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #adb702 hue: 0.18 , saturation: 0.98 and the lightness value of adb702 is 0.36.

The process color (four color CMYK) of #adb702 color hex is 0.05, 0.00, 0.99, 0.28. Web safe color of #adb702 is #99cc00. Color #adb702 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110111 00000010
Octal 255 267 2
Decimal 173 183 2
Hex AD B7 2

RGB Percentages of Color #adb702

%48.32
%51.12
%0.56

CMYK Percentages of Color #adb702

%5
%0
%99
%28

Triadic Colors of #adb702

#adb702 #02adb7 #b702ad

Analogous Colors of #adb702

#adb702 #53b702 #b76702

Monochromatic Colors of #adb702

#adb702

Complementary Color

#adb702 #0c02b7

#adb702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb702 Color CSS Codes

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

#adb702 Text Font Color

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

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


#adb702 Background Color

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

This div background color is #adb702


#adb702 Border Color

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

This div border color is #adb702


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb702


Comments

No comments written yet.

Please login to write comment.