Color Hex Logo

#12efb4 Color Hex

#12EFB4
(18,239,180)
0 Favorites   0 Comments

Color spaces of #12efb4

RGB 18239180
HSL0.460.870.50
HSV164°92°94°
CMYK 0.920.000.25   0.06
XYZ39.354265.156953.6824
Yxy65.15690.24880.4119
Hunter Lab80.7198-54.233717.0733
CIE-Lab84.5645-60.800815.3883

#12efb4 color RGB value is (18,239,180).

#12efb4 hex color red value is 18, green value is 239 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #12efb4 hue: 0.46 , saturation: 0.87 and the lightness value of 12efb4 is 0.50.

The process color (four color CMYK) of #12efb4 color hex is 0.92, 0.00, 0.25, 0.06. Web safe color of #12efb4 is #00ffcc. Color #12efb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11101111 10110100
Octal 22 357 264
Decimal 18 239 180
Hex 12 EF B4

RGB Percentages of Color #12efb4

%4.12
%54.69
%41.19

CMYK Percentages of Color #12efb4

%92
%0
%25
%6

Triadic Colors of #12efb4

#12efb4 #b412ef #efb412

Analogous Colors of #12efb4

#12efb4 #12bcef #12ef46

Monochromatic Colors of #12efb4

#12efb4

Complementary Color

#12efb4 #ef124d

#12efb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12efb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#12efb4 Color CSS Codes

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

#12efb4 Text Font Color

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

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


#12efb4 Background Color

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

This div background color is #12efb4


#12efb4 Border Color

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

This div border color is #12efb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12efb4


Comments

No comments written yet.

Please login to write comment.