Color Hex Logo

#15affc Color Hex

#15AFFC
(21,175,252)
0 Favorites   0 Comments

Color spaces of #15affc

RGB 21175252
HSL0.560.970.54
HSV200°92°99°
CMYK 0.920.310.00   0.01
XYZ33.209937.847697.6504
Yxy37.84760.19680.2243
Hunter Lab61.5204-11.3030-51.0458
CIE-Lab67.9081-9.5079-48.2023

#15affc color RGB value is (21,175,252).

#15affc hex color red value is 21, green value is 175 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #15affc hue: 0.56 , saturation: 0.97 and the lightness value of 15affc is 0.54.

The process color (four color CMYK) of #15affc color hex is 0.92, 0.31, 0.00, 0.01. Web safe color of #15affc is #0099ff. Color #15affc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101111 11111100
Octal 25 257 374
Decimal 21 175 252
Hex 15 AF FC

RGB Percentages of Color #15affc

%4.69
%39.06
%56.25

CMYK Percentages of Color #15affc

%92
%31
%0
%1

Triadic Colors of #15affc

#15affc #fc15af #affc15

Analogous Colors of #15affc

#15affc #153bfc #15fcd6

Monochromatic Colors of #15affc

#15affc

Complementary Color

#15affc #fc6215

#15affc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15affc Color Preview on White Background

Lorem ipsum dolor sit amet.

#15affc Color CSS Codes

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

#15affc Text Font Color

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

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


#15affc Background Color

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

This div background color is #15affc


#15affc Border Color

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

This div border color is #15affc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15affc


Comments

No comments written yet.

Please login to write comment.