Color Hex Logo

#add852 Color Hex

#ADD852
(173,216,82)
0 Favorites   0 Comments

Color spaces of #add852

RGB 17321682
HSL0.220.630.58
HSV79°62°85°
CMYK 0.200.000.62   0.15
XYZ43.312458.605217.0118
Yxy58.60520.36420.4928
Hunter Lab76.5540-32.978640.4124
CIE-Lab81.0741-33.658759.6499

#add852 color RGB value is (173,216,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011000 01010010
Octal 255 330 122
Decimal 173 216 82
Hex AD D8 52

RGB Percentages of Color #add852

%36.73
%45.86
%17.41

CMYK Percentages of Color #add852

%20
%0
%62
%15

Triadic Colors of #add852

#add852 #52add8 #d852ad

Analogous Colors of #add852

#add852 #6ad852 #d8c052

Monochromatic Colors of #add852

#add852

Complementary Color

#add852 #7d52d8

#add852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add852 Color CSS Codes

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

#add852 Text Font Color

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

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


#add852 Background Color

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

This div background color is #add852


#add852 Border Color

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

This div border color is #add852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add852


Comments

No comments written yet.

Please login to write comment.