Color Hex Logo

#18bfad Color Hex

#18BFAD
(24,191,173)
0 Favorites   0 Comments

Color spaces of #18bfad

RGB 24191173
HSL0.480.780.42
HSV174°87°75°
CMYK 0.870.000.09   0.25
XYZ26.550340.472945.9479
Yxy40.47290.23500.3583
Hunter Lab63.6183-36.83731.7110
CIE-Lab69.8050-43.0004-2.0743

#18bfad color RGB value is (24,191,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10111111 10101101
Octal 30 277 255
Decimal 24 191 173
Hex 18 BF AD

RGB Percentages of Color #18bfad

%6.19
%49.23
%44.59

CMYK Percentages of Color #18bfad

%87
%0
%9
%25

Triadic Colors of #18bfad

#18bfad #ad18bf #bfad18

Analogous Colors of #18bfad

#18bfad #187ebf #18bf5a

Monochromatic Colors of #18bfad

#18bfad

Complementary Color

#18bfad #bf182a

#18bfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18bfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#18bfad Color CSS Codes

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

#18bfad Text Font Color

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

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


#18bfad Background Color

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

This div background color is #18bfad


#18bfad Border Color

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

This div border color is #18bfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18bfad


Comments

No comments written yet.

Please login to write comment.