Color Hex Logo

#add752 Color Hex

#ADD752
(173,215,82)
0 Favorites   0 Comments

Color spaces of #add752

RGB 17321582
HSL0.220.620.58
HSV79°62°84°
CMYK 0.200.000.62   0.16
XYZ43.057058.094316.9266
Yxy58.09430.36460.4920
Hunter Lab76.2196-32.548440.1868
CIE-Lab80.7912-33.197059.3422

#add752 color RGB value is (173,215,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010111 01010010
Octal 255 327 122
Decimal 173 215 82
Hex AD D7 52

RGB Percentages of Color #add752

%36.81
%45.74
%17.45

CMYK Percentages of Color #add752

%20
%0
%62
%16

Triadic Colors of #add752

#add752 #52add7 #d752ad

Analogous Colors of #add752

#add752 #6bd752 #d7bf52

Monochromatic Colors of #add752

#add752

Complementary Color

#add752 #7c52d7

#add752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add752 Color CSS Codes

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

#add752 Text Font Color

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

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


#add752 Background Color

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

This div background color is #add752


#add752 Border Color

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

This div border color is #add752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add752


Comments

No comments written yet.

Please login to write comment.