Color Hex Logo

#15d125 Color Hex

#15D125
(21,209,37)
0 Favorites   0 Comments

Color spaces of #15d125

RGB 2120937
HSL0.350.820.45
HSV125°90°82°
CMYK 0.900.000.82   0.18
XYZ23.443745.89399.3731
Yxy45.89390.29780.5831
Hunter Lab67.7450-56.782539.2183
CIE-Lab73.4766-72.106565.9612

#15d125 color RGB value is (21,209,37).

#15d125 hex color red value is 21, green value is 209 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #15d125 hue: 0.35 , saturation: 0.82 and the lightness value of 15d125 is 0.45.

The process color (four color CMYK) of #15d125 color hex is 0.90, 0.00, 0.82, 0.18. Web safe color of #15d125 is #00cc33. Color #15d125 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11010001 00100101
Octal 25 321 45
Decimal 21 209 37
Hex 15 D1 25

RGB Percentages of Color #15d125

%7.87
%78.28
%13.86

CMYK Percentages of Color #15d125

%90
%0
%82
%18

Triadic Colors of #15d125

#15d125 #2515d1 #d12515

Analogous Colors of #15d125

#15d125 #15d183 #63d115

Monochromatic Colors of #15d125

#15d125

Complementary Color

#15d125 #d115c1

#15d125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15d125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#15d125 Color CSS Codes

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

#15d125 Text Font Color

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

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


#15d125 Background Color

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

This div background color is #15d125


#15d125 Border Color

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

This div border color is #15d125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15d125


Comments

No comments written yet.

Please login to write comment.