Color Hex Logo

#add533 Color Hex

#ADD533
(173,213,51)
0 Favorites   0 Comments

Color spaces of #add533

RGB 17321351
HSL0.210.660.52
HSV75°76°84°
CMYK 0.190.000.76   0.16
XYZ41.625456.711811.8845
Yxy56.71180.37770.5145
Hunter Lab75.3072-33.123443.3583
CIE-Lab80.0172-34.164969.9662

#add533 color RGB value is (173,213,51).

#add533 hex color red value is 173, green value is 213 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #add533 hue: 0.21 , saturation: 0.66 and the lightness value of add533 is 0.52.

The process color (four color CMYK) of #add533 color hex is 0.19, 0.00, 0.76, 0.16. Web safe color of #add533 is #99cc33. Color #add533 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010101 00110011
Octal 255 325 63
Decimal 173 213 51
Hex AD D5 33

RGB Percentages of Color #add533

%39.59
%48.74
%11.67

CMYK Percentages of Color #add533

%19
%0
%76
%16

Triadic Colors of #add533

#add533 #33add5 #d533ad

Analogous Colors of #add533

#add533 #5cd533 #d5ac33

Monochromatic Colors of #add533

#add533

Complementary Color

#add533 #5b33d5

#add533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add533 Color CSS Codes

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

#add533 Text Font Color

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

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


#add533 Background Color

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

This div background color is #add533


#add533 Border Color

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

This div border color is #add533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add533


Comments

No comments written yet.

Please login to write comment.