Color Hex Logo

#15aa52 Color Hex

#15AA52
(21,170,82)
0 Favorites   0 Comments

Color spaces of #15aa52

RGB 2117082
HSL0.400.780.37
HSV145°88°67°
CMYK 0.880.000.52   0.33
XYZ16.207029.518112.8260
Yxy29.51810.27680.5041
Hunter Lab54.3306-41.831324.0346
CIE-Lab61.2362-55.651935.1250

#15aa52 color RGB value is (21,170,82).

#15aa52 hex color red value is 21, green value is 170 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #15aa52 hue: 0.40 , saturation: 0.78 and the lightness value of 15aa52 is 0.37.

The process color (four color CMYK) of #15aa52 color hex is 0.88, 0.00, 0.52, 0.33. Web safe color of #15aa52 is #009966. Color #15aa52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101010 01010010
Octal 25 252 122
Decimal 21 170 82
Hex 15 AA 52

RGB Percentages of Color #15aa52

%7.69
%62.27
%30.04

CMYK Percentages of Color #15aa52

%88
%0
%52
%33

Triadic Colors of #15aa52

#15aa52 #5215aa #aa5215

Analogous Colors of #15aa52

#15aa52 #15aa9d #23aa15

Monochromatic Colors of #15aa52

#15aa52

Complementary Color

#15aa52 #aa156d

#15aa52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15aa52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#15aa52 Color CSS Codes

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

#15aa52 Text Font Color

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

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


#15aa52 Background Color

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

This div background color is #15aa52


#15aa52 Border Color

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

This div border color is #15aa52


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,170,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15aa52; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15aa52;
  -webkit-box-shadow: 1px 1px 3px 2px #15aa52;
  box-shadow:         1px 1px 3px 2px #15aa52; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,170,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 #15aa52">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15aa52


Comments

No comments written yet.

Please login to write comment.