Color Hex Logo

#15acdc Color Hex

#15ACDC
(21,172,220)
0 Favorites   0 Comments

Color spaces of #15acdc

RGB 21172220
HSL0.540.830.47
HSV194°90°86°
CMYK 0.900.220.00   0.14
XYZ27.980134.831872.9586
Yxy34.83180.20610.2565
Hunter Lab59.0185-18.6572-31.9813
CIE-Lab65.6175-19.1858-34.2926

#15acdc color RGB value is (21,172,220).

#15acdc hex color red value is 21, green value is 172 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #15acdc hue: 0.54 , saturation: 0.83 and the lightness value of 15acdc is 0.47.

The process color (four color CMYK) of #15acdc color hex is 0.90, 0.22, 0.00, 0.14. Web safe color of #15acdc is #0099cc. Color #15acdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101100 11011100
Octal 25 254 334
Decimal 21 172 220
Hex 15 AC DC

RGB Percentages of Color #15acdc

%5.08
%41.65
%53.27

CMYK Percentages of Color #15acdc

%90
%22
%0
%14

Triadic Colors of #15acdc

#15acdc #dc15ac #acdc15

Analogous Colors of #15acdc

#15acdc #1549dc #15dca9

Monochromatic Colors of #15acdc

#15acdc

Complementary Color

#15acdc #dc4515

#15acdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15acdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#15acdc Color CSS Codes

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

#15acdc Text Font Color

<p style="color:#15acdc">Text here</p>

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


#15acdc Background Color

<div style="background-color:#15acdc">
Div content here</div>

This div background color is #15acdc


#15acdc Border Color

<div style="border:3px solid #15acdc">
Div here</div>

This div border color is #15acdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,172,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15acdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15acdc;
  -webkit-box-shadow: 1px 1px 3px 2px #15acdc;
  box-shadow:         1px 1px 3px 2px #15acdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,172,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 #15acdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15acdc


Comments

No comments written yet.

Please login to write comment.