Color Hex Logo

#15f27c Color Hex

#15F27C
(21,242,124)
0 Favorites   0 Comments

Color spaces of #15f27c

RGB 21242124
HSL0.410.890.52
HSV148°91°95°
CMYK 0.910.000.49   0.05
XYZ35.699565.118929.7564
Yxy65.11890.27340.4987
Hunter Lab80.6963-62.251334.6245
CIE-Lab84.5450-72.629443.5647

#15f27c color RGB value is (21,242,124).

#15f27c hex color red value is 21, green value is 242 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #15f27c hue: 0.41 , saturation: 0.89 and the lightness value of 15f27c is 0.52.

The process color (four color CMYK) of #15f27c color hex is 0.91, 0.00, 0.49, 0.05. Web safe color of #15f27c is #00ff66. Color #15f27c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11110010 01111100
Octal 25 362 174
Decimal 21 242 124
Hex 15 F2 7C

RGB Percentages of Color #15f27c

%5.43
%62.53
%32.04

CMYK Percentages of Color #15f27c

%91
%0
%49
%5

Triadic Colors of #15f27c

#15f27c #7c15f2 #f27c15

Analogous Colors of #15f27c

#15f27c #15f2eb #1df215

Monochromatic Colors of #15f27c

#15f27c

Complementary Color

#15f27c #f2158b

#15f27c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15f27c Color Preview on White Background

Lorem ipsum dolor sit amet.

#15f27c Color CSS Codes

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

#15f27c Text Font Color

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

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


#15f27c Background Color

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

This div background color is #15f27c


#15f27c Border Color

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

This div border color is #15f27c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15f27c


Comments

No comments written yet.

Please login to write comment.