Color Hex Logo

#12be15 Color Hex

#12BE15
(18,190,21)
0 Favorites   0 Comments

Color spaces of #12be15

RGB 1819021
HSL0.340.830.41
HSV121°91°75°
CMYK 0.910.000.89   0.25
XYZ18.798337.00976.8623
Yxy37.00970.30000.5905
Hunter Lab60.8356-51.305535.8970
CIE-Lab67.2843-67.668764.0022

#12be15 color RGB value is (18,190,21).

#12be15 hex color red value is 18, green value is 190 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #12be15 hue: 0.34 , saturation: 0.83 and the lightness value of 12be15 is 0.41.

The process color (four color CMYK) of #12be15 color hex is 0.91, 0.00, 0.89, 0.25. Web safe color of #12be15 is #00cc00. Color #12be15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10111110 00010101
Octal 22 276 25
Decimal 18 190 21
Hex 12 BE 15

RGB Percentages of Color #12be15

%7.86
%82.97
%9.17

CMYK Percentages of Color #12be15

%91
%0
%89
%25

Triadic Colors of #12be15

#12be15 #1512be #be1512

Analogous Colors of #12be15

#12be15 #12be6b #65be12

Monochromatic Colors of #12be15

#12be15

Complementary Color

#12be15 #be12bb

#12be15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12be15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#12be15 Color CSS Codes

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

#12be15 Text Font Color

<p style="color:#12be15">Text here</p>

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


#12be15 Background Color

<div style="background-color:#12be15">
Div content here</div>

This div background color is #12be15


#12be15 Border Color

<div style="border:3px solid #12be15">
Div here</div>

This div border color is #12be15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12be15


Comments

No comments written yet.

Please login to write comment.