Color Hex Logo

#18cadc Color Hex

#18CADC
(24,202,220)
0 Favorites   0 Comments

Color spaces of #18cadc

RGB 24202220
HSL0.520.800.48
HSV186°89°86°
CMYK 0.890.080.00   0.14
XYZ34.415547.602675.0845
Yxy47.60260.21910.3030
Hunter Lab68.9946-31.7023-16.2270
CIE-Lab74.5736-34.0273-20.5347

#18cadc color RGB value is (24,202,220).

#18cadc hex color red value is 24, green value is 202 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #18cadc hue: 0.52 , saturation: 0.80 and the lightness value of 18cadc is 0.48.

The process color (four color CMYK) of #18cadc color hex is 0.89, 0.08, 0.00, 0.14. Web safe color of #18cadc is #00cccc. Color #18cadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 11001010 11011100
Octal 30 312 334
Decimal 24 202 220
Hex 18 CA DC

RGB Percentages of Color #18cadc

%5.38
%45.29
%49.33

CMYK Percentages of Color #18cadc

%89
%8
%0
%14

Triadic Colors of #18cadc

#18cadc #dc18ca #cadc18

Analogous Colors of #18cadc

#18cadc #1868dc #18dc8c

Monochromatic Colors of #18cadc

#18cadc

Complementary Color

#18cadc #dc2a18

#18cadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18cadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#18cadc Color CSS Codes

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

#18cadc Text Font Color

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

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


#18cadc Background Color

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

This div background color is #18cadc


#18cadc Border Color

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

This div border color is #18cadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18cadc


Comments

No comments written yet.

Please login to write comment.