Color Hex Logo

#12efba Color Hex

#12EFBA
(18,239,186)
0 Favorites   0 Comments

Color spaces of #12efba

RGB 18239186
HSL0.460.870.50
HSV166°92°94°
CMYK 0.920.000.22   0.06
XYZ39.978965.406856.9720
Yxy65.40680.24620.4029
Hunter Lab80.8745-53.291914.8453
CIE-Lab84.6929-59.392712.4461

#12efba color RGB value is (18,239,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11101111 10111010
Octal 22 357 272
Decimal 18 239 186
Hex 12 EF BA

RGB Percentages of Color #12efba

%4.06
%53.95
%41.99

CMYK Percentages of Color #12efba

%92
%0
%22
%6

Triadic Colors of #12efba

#12efba #ba12ef #efba12

Analogous Colors of #12efba

#12efba #12b6ef #12ef4c

Monochromatic Colors of #12efba

#12efba

Complementary Color

#12efba #ef1247

#12efba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12efba Color Preview on White Background

Lorem ipsum dolor sit amet.

#12efba Color CSS Codes

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

#12efba Text Font Color

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

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


#12efba Background Color

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

This div background color is #12efba


#12efba Border Color

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

This div border color is #12efba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12efba


Comments

No comments written yet.

Please login to write comment.