Color Hex Logo

#add952 Color Hex

#ADD952
(173,217,82)
0 Favorites   0 Comments

Color spaces of #add952

RGB 17321782
HSL0.220.640.59
HSV80°62°85°
CMYK 0.200.000.62   0.15
XYZ43.569459.119117.0974
Yxy59.11910.36370.4935
Hunter Lab76.8889-33.408040.6382
CIE-Lab81.3570-34.118659.9573

#add952 color RGB value is (173,217,82).

#add952 hex color red value is 173, green value is 217 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #add952 hue: 0.22 , saturation: 0.64 and the lightness value of add952 is 0.59.

The process color (four color CMYK) of #add952 color hex is 0.20, 0.00, 0.62, 0.15. Web safe color of #add952 is #99cc66. Color #add952 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011001 01010010
Octal 255 331 122
Decimal 173 217 82
Hex AD D9 52

RGB Percentages of Color #add952

%36.65
%45.97
%17.37

CMYK Percentages of Color #add952

%20
%0
%62
%15

Triadic Colors of #add952

#add952 #52add9 #d952ad

Analogous Colors of #add952

#add952 #6ad952 #d9c252

Monochromatic Colors of #add952

#add952

Complementary Color

#add952 #7e52d9

#add952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add952 Color CSS Codes

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

#add952 Text Font Color

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

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


#add952 Background Color

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

This div background color is #add952


#add952 Border Color

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

This div border color is #add952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add952


Comments

No comments written yet.

Please login to write comment.