Color Hex Logo

#12eabb Color Hex

#12EABB
(18,234,187)
0 Favorites   0 Comments

Color spaces of #12eabb

RGB 18234187
HSL0.460.860.49
HSV167°92°92°
CMYK 0.920.000.20   0.08
XYZ38.641962.562157.0528
Yxy62.56210.24420.3953
Hunter Lab79.0962-51.213412.6009
CIE-Lab83.2114-57.23079.8156

#12eabb color RGB value is (18,234,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11101010 10111011
Octal 22 352 273
Decimal 18 234 187
Hex 12 EA BB

RGB Percentages of Color #12eabb

%4.10
%53.30
%42.60

CMYK Percentages of Color #12eabb

%92
%0
%20
%8

Triadic Colors of #12eabb

#12eabb #bb12ea #eabb12

Analogous Colors of #12eabb

#12eabb #12adea #12ea4f

Monochromatic Colors of #12eabb

#12eabb

Complementary Color

#12eabb #ea1241

#12eabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12eabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#12eabb Color CSS Codes

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

#12eabb Text Font Color

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

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


#12eabb Background Color

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

This div background color is #12eabb


#12eabb Border Color

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

This div border color is #12eabb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,234,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 #12eabb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12eabb


Comments

No comments written yet.

Please login to write comment.