Color Hex Logo

#15ec12 Color Hex

#15EC12
(21,236,18)
0 Favorites   0 Comments

Color spaces of #15ec12

RGB 2123618
HSL0.330.860.50
HSV119°92°93°
CMYK 0.910.000.92   0.07
XYZ30.413960.194010.5879
Yxy60.19400.30050.5948
Hunter Lab77.5848-65.799946.2181
CIE-Lab81.9435-80.179476.8981

#15ec12 color RGB value is (21,236,18).

#15ec12 hex color red value is 21, green value is 236 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #15ec12 hue: 0.33 , saturation: 0.86 and the lightness value of 15ec12 is 0.50.

The process color (four color CMYK) of #15ec12 color hex is 0.91, 0.00, 0.92, 0.07. Web safe color of #15ec12 is #00ff00. Color #15ec12 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11101100 00010010
Octal 25 354 22
Decimal 21 236 18
Hex 15 EC 12

RGB Percentages of Color #15ec12

%7.64
%85.82
%6.55

CMYK Percentages of Color #15ec12

%91
%0
%92
%7

Triadic Colors of #15ec12

#15ec12 #1215ec #ec1215

Analogous Colors of #15ec12

#15ec12 #12ec7c #82ec12

Monochromatic Colors of #15ec12

#15ec12

Complementary Color

#15ec12 #e912ec

#15ec12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15ec12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#15ec12 Color CSS Codes

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

#15ec12 Text Font Color

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

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


#15ec12 Background Color

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

This div background color is #15ec12


#15ec12 Border Color

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

This div border color is #15ec12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15ec12


Comments

No comments written yet.

Please login to write comment.