Color Hex Logo

#15af05 Color Hex

#15AF05
(21,175,5)
0 Favorites   0 Comments

Color spaces of #15af05

RGB 211755
HSL0.320.940.35
HSV114°97°69°
CMYK 0.880.000.97   0.31
XYZ15.666630.83035.2687
Yxy30.83030.30260.5956
Hunter Lab55.5250-46.804433.2416
CIE-Lab62.3641-63.630262.2301

#15af05 color RGB value is (21,175,5).

#15af05 hex color red value is 21, green value is 175 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #15af05 hue: 0.32 , saturation: 0.94 and the lightness value of 15af05 is 0.35.

The process color (four color CMYK) of #15af05 color hex is 0.88, 0.00, 0.97, 0.31. Web safe color of #15af05 is #009900. Color #15af05 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101111 00000101
Octal 25 257 5
Decimal 21 175 5
Hex 15 AF 5

RGB Percentages of Color #15af05

%10.45
%87.06
%2.49

CMYK Percentages of Color #15af05

%88
%0
%97
%31

Triadic Colors of #15af05

#15af05 #0515af #af0515

Analogous Colors of #15af05

#15af05 #05af4a #6aaf05

Monochromatic Colors of #15af05

#15af05

Complementary Color

#15af05 #9f05af

#15af05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15af05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#15af05 Color CSS Codes

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

#15af05 Text Font Color

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

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


#15af05 Background Color

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

This div background color is #15af05


#15af05 Border Color

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

This div border color is #15af05


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,175,5, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15af05


Comments

No comments written yet.

Please login to write comment.