Color Hex Logo

#18bbab Color Hex

#18BBAB
(24,187,171)
0 Favorites   0 Comments

Color spaces of #18bbab

RGB 24187171
HSL0.480.770.41
HSV174°87°73°
CMYK 0.870.000.09   0.27
XYZ25.497738.675144.6493
Yxy38.67510.23430.3554
Hunter Lab62.1893-35.64600.9648
CIE-Lab68.5153-41.8188-2.8713

#18bbab color RGB value is (24,187,171).

#18bbab hex color red value is 24, green value is 187 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #18bbab hue: 0.48 , saturation: 0.77 and the lightness value of 18bbab is 0.41.

The process color (four color CMYK) of #18bbab color hex is 0.87, 0.00, 0.09, 0.27. Web safe color of #18bbab is #00cc99. Color #18bbab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10111011 10101011
Octal 30 273 253
Decimal 24 187 171
Hex 18 BB AB

RGB Percentages of Color #18bbab

%6.28
%48.95
%44.76

CMYK Percentages of Color #18bbab

%87
%0
%9
%27

Triadic Colors of #18bbab

#18bbab #ab18bb #bbab18

Analogous Colors of #18bbab

#18bbab #187abb #18bb59

Monochromatic Colors of #18bbab

#18bbab

Complementary Color

#18bbab #bb1828

#18bbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18bbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#18bbab Color CSS Codes

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

#18bbab Text Font Color

<p style="color:#18bbab">Text here</p>

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


#18bbab Background Color

<div style="background-color:#18bbab">
Div content here</div>

This div background color is #18bbab


#18bbab Border Color

<div style="border:3px solid #18bbab">
Div here</div>

This div border color is #18bbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18bbab


Comments

No comments written yet.

Please login to write comment.