Color Hex Logo

#18bcab Color Hex

#18BCAB
(24,188,171)
0 Favorites   0 Comments

Color spaces of #18bcab

RGB 24188171
HSL0.480.770.42
HSV174°87°74°
CMYK 0.870.000.09   0.26
XYZ25.710639.100944.7202
Yxy39.10090.23470.3570
Hunter Lab62.5307-36.03531.3690
CIE-Lab68.8243-42.2558-2.4171

#18bcab color RGB value is (24,188,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10111100 10101011
Octal 30 274 253
Decimal 24 188 171
Hex 18 BC AB

RGB Percentages of Color #18bcab

%6.27
%49.09
%44.65

CMYK Percentages of Color #18bcab

%87
%0
%9
%26

Triadic Colors of #18bcab

#18bcab #ab18bc #bcab18

Analogous Colors of #18bcab

#18bcab #187bbc #18bc59

Monochromatic Colors of #18bcab

#18bcab

Complementary Color

#18bcab #bc1829

#18bcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18bcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#18bcab Color CSS Codes

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

#18bcab Text Font Color

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

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


#18bcab Background Color

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

This div background color is #18bcab


#18bcab Border Color

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

This div border color is #18bcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18bcab


Comments

No comments written yet.

Please login to write comment.