Color Hex Logo

#add384 Color Hex

#ADD384
(173,211,132)
0 Favorites   0 Comments

Color spaces of #add384

RGB 173211132
HSL0.250.470.67
HSV89°37°83°
CMYK 0.180.000.37   0.17
XYZ44.692757.138730.5031
Yxy57.13870.33770.4318
Hunter Lab75.5901-26.744628.9876
CIE-Lab80.2575-26.094435.0959

#add384 color RGB value is (173,211,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010011 10000100
Octal 255 323 204
Decimal 173 211 132
Hex AD D3 84

RGB Percentages of Color #add384

%33.53
%40.89
%25.58

CMYK Percentages of Color #add384

%18
%0
%37
%17

Triadic Colors of #add384

#add384 #84add3 #d384ad

Analogous Colors of #add384

#add384 #86d384 #d3d284

Monochromatic Colors of #add384

#add384

Complementary Color

#add384 #aa84d3

#add384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add384 Color CSS Codes

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

#add384 Text Font Color

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

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


#add384 Background Color

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

This div background color is #add384


#add384 Border Color

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

This div border color is #add384


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,211,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 #add384">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add384


Comments

No comments written yet.

Please login to write comment.