Color Hex Logo

#15acdb Color Hex

#15ACDB
(21,172,219)
0 Favorites   0 Comments

Color spaces of #15acdb

RGB 21172219
HSL0.540.830.47
HSV194°90°86°
CMYK 0.900.210.00   0.14
XYZ27.848034.779072.2631
Yxy34.77900.20640.2578
Hunter Lab58.9737-18.9145-31.3690
CIE-Lab65.5762-19.5322-33.8058

#15acdb color RGB value is (21,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101100 11011011
Octal 25 254 333
Decimal 21 172 219
Hex 15 AC DB

RGB Percentages of Color #15acdb

%5.10
%41.75
%53.16

CMYK Percentages of Color #15acdb

%90
%21
%0
%14

Triadic Colors of #15acdb

#15acdb #db15ac #acdb15

Analogous Colors of #15acdb

#15acdb #1549db #15dba7

Monochromatic Colors of #15acdb

#15acdb

Complementary Color

#15acdb #db4415

#15acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#15acdb Color CSS Codes

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

#15acdb Text Font Color

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

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


#15acdb Background Color

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

This div background color is #15acdb


#15acdb Border Color

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

This div border color is #15acdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,172,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15acdb


Comments

No comments written yet.

Please login to write comment.