Color Hex Logo

#add484 Color Hex

#ADD484
(173,212,132)
0 Favorites   0 Comments

Color spaces of #add484

RGB 173212132
HSL0.250.480.67
HSV89°38°83°
CMYK 0.180.000.38   0.17
XYZ44.941957.637130.5862
Yxy57.63710.33750.4328
Hunter Lab75.9191-27.191629.2567
CIE-Lab80.5366-26.576035.4584

#add484 color RGB value is (173,212,132).

#add484 hex color red value is 173, green value is 212 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #add484 hue: 0.25 , saturation: 0.48 and the lightness value of add484 is 0.67.

The process color (four color CMYK) of #add484 color hex is 0.18, 0.00, 0.38, 0.17. Web safe color of #add484 is #99cc99. Color #add484 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010100 10000100
Octal 255 324 204
Decimal 173 212 132
Hex AD D4 84

RGB Percentages of Color #add484

%33.46
%41.01
%25.53

CMYK Percentages of Color #add484

%18
%0
%38
%17

Triadic Colors of #add484

#add484 #84add4 #d484ad

Analogous Colors of #add484

#add484 #85d484 #d4d384

Monochromatic Colors of #add484

#add484

Complementary Color

#add484 #ab84d4

#add484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add484 Color CSS Codes

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

#add484 Text Font Color

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

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


#add484 Background Color

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

This div background color is #add484


#add484 Border Color

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

This div border color is #add484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add484


Comments

No comments written yet.

Please login to write comment.