Color Hex Logo

#18afdd Color Hex

#18AFDD
(24,175,221)
0 Favorites   0 Comments

Color spaces of #18afdd

RGB 24175221
HSL0.540.800.48
HSV194°89°87°
CMYK 0.890.210.00   0.13
XYZ28.757836.074673.8540
Yxy36.07460.20740.2601
Hunter Lab60.0621-19.6428-30.8611
CIE-Lab66.5769-20.2675-33.3515

#18afdd color RGB value is (24,175,221).

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

The process color (four color CMYK) of #18afdd color hex is 0.89, 0.21, 0.00, 0.13. Web safe color of #18afdd is #0099cc. Color #18afdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10101111 11011101
Octal 30 257 335
Decimal 24 175 221
Hex 18 AF DD

RGB Percentages of Color #18afdd

%5.71
%41.67
%52.62

CMYK Percentages of Color #18afdd

%89
%21
%0
%13

Triadic Colors of #18afdd

#18afdd #dd18af #afdd18

Analogous Colors of #18afdd

#18afdd #184ddd #18dda9

Monochromatic Colors of #18afdd

#18afdd

Complementary Color

#18afdd #dd4618

#18afdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18afdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#18afdd Color CSS Codes

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

#18afdd Text Font Color

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

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


#18afdd Background Color

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

This div background color is #18afdd


#18afdd Border Color

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

This div border color is #18afdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18afdd


Comments

No comments written yet.

Please login to write comment.