Color Hex Logo

#12efbb Color Hex

#12EFBB
(18,239,187)
0 Favorites   0 Comments

Color spaces of #12efbb

RGB 18239187
HSL0.460.870.50
HSV166°92°94°
CMYK 0.920.000.22   0.06
XYZ40.085665.449557.5340
Yxy65.44950.24580.4014
Hunter Lab80.9009-53.131514.4655
CIE-Lab84.7148-59.154211.9556

#12efbb color RGB value is (18,239,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11101111 10111011
Octal 22 357 273
Decimal 18 239 187
Hex 12 EF BB

RGB Percentages of Color #12efbb

%4.05
%53.83
%42.12

CMYK Percentages of Color #12efbb

%92
%0
%22
%6

Triadic Colors of #12efbb

#12efbb #bb12ef #efbb12

Analogous Colors of #12efbb

#12efbb #12b5ef #12ef4d

Monochromatic Colors of #12efbb

#12efbb

Complementary Color

#12efbb #ef1246

#12efbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12efbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#12efbb Color CSS Codes

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

#12efbb Text Font Color

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

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


#12efbb Background Color

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

This div background color is #12efbb


#12efbb Border Color

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

This div border color is #12efbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12efbb


Comments

No comments written yet.

Please login to write comment.