Color Hex Logo

#15acdd Color Hex

#15ACDD
(21,172,221)
0 Favorites   0 Comments

Color spaces of #15acdd

RGB 21172221
HSL0.540.830.47
HSV195°90°87°
CMYK 0.900.220.00   0.13
XYZ28.112934.884973.6584
Yxy34.88490.20570.2553
Hunter Lab59.0634-18.3989-32.5965
CIE-Lab65.6590-18.8390-34.7789

#15acdd color RGB value is (21,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101100 11011101
Octal 25 254 335
Decimal 21 172 221
Hex 15 AC DD

RGB Percentages of Color #15acdd

%5.07
%41.55
%53.38

CMYK Percentages of Color #15acdd

%90
%22
%0
%13

Triadic Colors of #15acdd

#15acdd #dd15ac #acdd15

Analogous Colors of #15acdd

#15acdd #1548dd #15ddaa

Monochromatic Colors of #15acdd

#15acdd

Complementary Color

#15acdd #dd4615

#15acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#15acdd Color CSS Codes

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

#15acdd Text Font Color

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

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


#15acdd Background Color

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

This div background color is #15acdd


#15acdd Border Color

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

This div border color is #15acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15acdd


Comments

No comments written yet.

Please login to write comment.