Color Hex Logo

#15aded Color Hex

#15ADED
(21,173,237)
0 Favorites   0 Comments

Color spaces of #15aded

RGB 21173237
HSL0.550.860.51
HSV198°91°93°
CMYK 0.910.270.00   0.07
XYZ30.538936.161085.4910
Yxy36.16100.20070.2376
Hunter Lab60.1340-14.5838-42.1973
CIE-Lab66.6428-13.7600-42.0212

#15aded color RGB value is (21,173,237).

#15aded hex color red value is 21, green value is 173 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #15aded hue: 0.55 , saturation: 0.86 and the lightness value of 15aded is 0.51.

The process color (four color CMYK) of #15aded color hex is 0.91, 0.27, 0.00, 0.07. Web safe color of #15aded is #0099ff. Color #15aded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101101 11101101
Octal 25 255 355
Decimal 21 173 237
Hex 15 AD ED

RGB Percentages of Color #15aded

%4.87
%40.14
%54.99

CMYK Percentages of Color #15aded

%91
%27
%0
%7

Triadic Colors of #15aded

#15aded #ed15ad #aded15

Analogous Colors of #15aded

#15aded #1541ed #15edc1

Monochromatic Colors of #15aded

#15aded

Complementary Color

#15aded #ed5515

#15aded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15aded Color Preview on White Background

Lorem ipsum dolor sit amet.

#15aded Color CSS Codes

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

#15aded Text Font Color

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

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


#15aded Background Color

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

This div background color is #15aded


#15aded Border Color

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

This div border color is #15aded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15aded


Comments

No comments written yet.

Please login to write comment.