Color Hex Logo

#adb630 Color Hex

#ADB630
(173,182,48)
0 Favorites   0 Comments

Color spaces of #adb630

RGB 17318248
HSL0.180.580.45
HSV64°74°71°
CMYK 0.050.000.74   0.29
XYZ34.495042.55359.1919
Yxy42.55350.40000.4934
Hunter Lab65.2330-19.767737.3087
CIE-Lab71.2509-19.431062.6964

#adb630 color RGB value is (173,182,48).

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

The process color (four color CMYK) of #adb630 color hex is 0.05, 0.00, 0.74, 0.29. Web safe color of #adb630 is #99cc33. Color #adb630 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110110 00110000
Octal 255 266 60
Decimal 173 182 48
Hex AD B6 30

RGB Percentages of Color #adb630

%42.93
%45.16
%11.91

CMYK Percentages of Color #adb630

%5
%0
%74
%29

Triadic Colors of #adb630

#adb630 #30adb6 #b630ad

Analogous Colors of #adb630

#adb630 #6ab630 #b67c30

Monochromatic Colors of #adb630

#adb630

Complementary Color

#adb630 #3930b6

#adb630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb630 Color CSS Codes

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

#adb630 Text Font Color

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

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


#adb630 Background Color

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

This div background color is #adb630


#adb630 Border Color

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

This div border color is #adb630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb630


Comments

No comments written yet.

Please login to write comment.