Color Hex Logo

#18cbae Color Hex

#18CBAE
(24,203,174)
0 Favorites   0 Comments

Color spaces of #18cbae

RGB 24203174
HSL0.470.790.45
HSV170°88°80°
CMYK 0.880.000.14   0.20
XYZ29.372645.962147.3679
Yxy45.96210.23940.3746
Hunter Lab67.7954-41.30616.0314
CIE-Lab73.5209-47.82362.8027

#18cbae color RGB value is (24,203,174).

#18cbae hex color red value is 24, green value is 203 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #18cbae hue: 0.47 , saturation: 0.79 and the lightness value of 18cbae is 0.45.

The process color (four color CMYK) of #18cbae color hex is 0.88, 0.00, 0.14, 0.20. Web safe color of #18cbae is #00cc99. Color #18cbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 11001011 10101110
Octal 30 313 256
Decimal 24 203 174
Hex 18 CB AE

RGB Percentages of Color #18cbae

%5.99
%50.62
%43.39

CMYK Percentages of Color #18cbae

%88
%0
%14
%20

Triadic Colors of #18cbae

#18cbae #ae18cb #cbae18

Analogous Colors of #18cbae

#18cbae #188fcb #18cb55

Monochromatic Colors of #18cbae

#18cbae

Complementary Color

#18cbae #cb1835

#18cbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18cbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#18cbae Color CSS Codes

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

#18cbae Text Font Color

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

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


#18cbae Background Color

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

This div background color is #18cbae


#18cbae Border Color

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

This div border color is #18cbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18cbae


Comments

No comments written yet.

Please login to write comment.