Color Hex Logo

#addb32 Color Hex

#ADDB32
(173,219,50)
0 Favorites   0 Comments

Color spaces of #addb32

RGB 17321950
HSL0.210.700.53
HSV76°77°86°
CMYK 0.210.000.77   0.14
XYZ43.140859.777612.2821
Yxy59.77760.37450.5189
Hunter Lab77.3160-35.703544.7026
CIE-Lab81.7172-36.939371.8429

#addb32 color RGB value is (173,219,50).

#addb32 hex color red value is 173, green value is 219 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #addb32 hue: 0.21 , saturation: 0.70 and the lightness value of addb32 is 0.53.

The process color (four color CMYK) of #addb32 color hex is 0.21, 0.00, 0.77, 0.14. Web safe color of #addb32 is #99cc33. Color #addb32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011011 00110010
Octal 255 333 62
Decimal 173 219 50
Hex AD DB 32

RGB Percentages of Color #addb32

%39.14
%49.55
%11.31

CMYK Percentages of Color #addb32

%21
%0
%77
%14

Triadic Colors of #addb32

#addb32 #32addb #db32ad

Analogous Colors of #addb32

#addb32 #59db32 #dbb532

Monochromatic Colors of #addb32

#addb32

Complementary Color

#addb32 #6032db

#addb32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addb32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addb32 Color CSS Codes

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

#addb32 Text Font Color

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

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


#addb32 Background Color

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

This div background color is #addb32


#addb32 Border Color

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

This div border color is #addb32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addb32


Comments

No comments written yet.

Please login to write comment.