Color Hex Logo

#18aead Color Hex

#18AEAD
(24,174,173)
0 Favorites   0 Comments

Color spaces of #18aead

RGB 24174173
HSL0.500.760.39
HSV180°86°68°
CMYK 0.860.000.01   0.32
XYZ23.055633.483444.7830
Yxy33.48340.22750.3305
Hunter Lab57.8648-30.1421-5.3806
CIE-Lab64.5504-35.3715-9.8554

#18aead color RGB value is (24,174,173).

#18aead hex color red value is 24, green value is 174 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #18aead hue: 0.50 , saturation: 0.76 and the lightness value of 18aead is 0.39.

The process color (four color CMYK) of #18aead color hex is 0.86, 0.00, 0.01, 0.32. Web safe color of #18aead is #009999. Color #18aead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10101110 10101101
Octal 30 256 255
Decimal 24 174 173
Hex 18 AE AD

RGB Percentages of Color #18aead

%6.47
%46.90
%46.63

CMYK Percentages of Color #18aead

%86
%0
%1
%32

Triadic Colors of #18aead

#18aead #ad18ae #aead18

Analogous Colors of #18aead

#18aead #1864ae #18ae62

Monochromatic Colors of #18aead

#18aead

Complementary Color

#18aead #ae1819

#18aead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18aead Color Preview on White Background

Lorem ipsum dolor sit amet.

#18aead Color CSS Codes

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

#18aead Text Font Color

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

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


#18aead Background Color

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

This div background color is #18aead


#18aead Border Color

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

This div border color is #18aead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18aead


Comments

No comments written yet.

Please login to write comment.