Color Hex Logo

#15abda Color Hex

#15ABDA
(21,171,218)
0 Favorites   0 Comments

Color spaces of #15abda

RGB 21171218
HSL0.540.820.47
HSV194°90°85°
CMYK 0.900.220.00   0.15
XYZ27.527134.347271.5085
Yxy34.34720.20640.2575
Hunter Lab58.6065-18.7210-31.3180
CIE-Lab65.2372-19.3514-33.7809

#15abda color RGB value is (21,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101011 11011010
Octal 25 253 332
Decimal 21 171 218
Hex 15 AB DA

RGB Percentages of Color #15abda

%5.12
%41.71
%53.17

CMYK Percentages of Color #15abda

%90
%22
%0
%15

Triadic Colors of #15abda

#15abda #da15ab #abda15

Analogous Colors of #15abda

#15abda #1548da #15daa7

Monochromatic Colors of #15abda

#15abda

Complementary Color

#15abda #da4415

#15abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#15abda Color CSS Codes

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

#15abda Text Font Color

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

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


#15abda Background Color

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

This div background color is #15abda


#15abda Border Color

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

This div border color is #15abda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15abda


Comments

No comments written yet.

Please login to write comment.