Color Hex Logo

#15d273 Color Hex

#15D273
(21,210,115)
0 Favorites   0 Comments

Color spaces of #15d273

RGB 21210115
HSL0.420.820.45
HSV150°90°82°
CMYK 0.900.000.45   0.18
XYZ26.450447.490423.9921
Yxy47.49040.27010.4849
Hunter Lab68.9133-52.086127.5975
CIE-Lab74.5024-63.658035.2388

#15d273 color RGB value is (21,210,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11010010 01110011
Octal 25 322 163
Decimal 21 210 115
Hex 15 D2 73

RGB Percentages of Color #15d273

%6.07
%60.69
%33.24

CMYK Percentages of Color #15d273

%90
%0
%45
%18

Triadic Colors of #15d273

#15d273 #7315d2 #d27315

Analogous Colors of #15d273

#15d273 #15d2d2 #16d215

Monochromatic Colors of #15d273

#15d273

Complementary Color

#15d273 #d21574

#15d273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15d273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#15d273 Color CSS Codes

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

#15d273 Text Font Color

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

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


#15d273 Background Color

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

This div background color is #15d273


#15d273 Border Color

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

This div border color is #15d273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15d273


Comments

No comments written yet.

Please login to write comment.