Color Hex Logo

#15abde Color Hex

#15ABDE
(21,171,222)
0 Favorites   0 Comments

Color spaces of #15abde

RGB 21171222
HSL0.540.830.48
HSV195°91°87°
CMYK 0.910.230.00   0.13
XYZ28.057034.559274.2991
Yxy34.55920.20490.2524
Hunter Lab58.7871-17.6856-33.7838
CIE-Lab65.4040-17.9612-35.7260

#15abde color RGB value is (21,171,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101011 11011110
Octal 25 253 336
Decimal 21 171 222
Hex 15 AB DE

RGB Percentages of Color #15abde

%5.07
%41.30
%53.62

CMYK Percentages of Color #15abde

%91
%23
%0
%13

Triadic Colors of #15abde

#15abde #de15ab #abde15

Analogous Colors of #15abde

#15abde #1547de #15dead

Monochromatic Colors of #15abde

#15abde

Complementary Color

#15abde #de4815

#15abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#15abde Color CSS Codes

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

#15abde Text Font Color

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

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


#15abde Background Color

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

This div background color is #15abde


#15abde Border Color

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

This div border color is #15abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15abde


Comments

No comments written yet.

Please login to write comment.