Color Hex Logo

#18cacd Color Hex

#18CACD
(24,202,205)
0 Favorites   0 Comments

Color spaces of #18cacd

RGB 24202205
HSL0.500.790.45
HSV181°88°80°
CMYK 0.880.010.00   0.20
XYZ32.516746.843065.0854
Yxy46.84300.22510.3243
Hunter Lab68.4419-34.9682-8.4729
CIE-Lab74.0892-38.6180-13.1497

#18cacd color RGB value is (24,202,205).

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

The process color (four color CMYK) of #18cacd color hex is 0.88, 0.01, 0.00, 0.20. Web safe color of #18cacd is #00cccc. Color #18cacd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 11001010 11001101
Octal 30 312 315
Decimal 24 202 205
Hex 18 CA CD

RGB Percentages of Color #18cacd

%5.57
%46.87
%47.56

CMYK Percentages of Color #18cacd

%88
%1
%0
%20

Triadic Colors of #18cacd

#18cacd #cd18ca #cacd18

Analogous Colors of #18cacd

#18cacd #1870cd #18cd76

Monochromatic Colors of #18cacd

#18cacd

Complementary Color

#18cacd #cd1b18

#18cacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18cacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#18cacd Color CSS Codes

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

#18cacd Text Font Color

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

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


#18cacd Background Color

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

This div background color is #18cacd


#18cacd Border Color

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

This div border color is #18cacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18cacd


Comments

No comments written yet.

Please login to write comment.