Color Hex Logo

#15dffc Color Hex

#15DFFC
(21,223,252)
0 Favorites   0 Comments

Color spaces of #15dffc

RGB 21223252
HSL0.520.970.54
HSV188°92°99°
CMYK 0.920.120.00   0.01
XYZ44.267659.9631101.3363
Yxy59.96310.21530.2917
Hunter Lab77.4358-33.4700-23.3847
CIE-Lab81.8181-34.0577-26.6163

#15dffc color RGB value is (21,223,252).

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

The process color (four color CMYK) of #15dffc color hex is 0.92, 0.12, 0.00, 0.01. Web safe color of #15dffc is #00ccff. Color #15dffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11011111 11111100
Octal 25 337 374
Decimal 21 223 252
Hex 15 DF FC

RGB Percentages of Color #15dffc

%4.23
%44.96
%50.81

CMYK Percentages of Color #15dffc

%92
%12
%0
%1

Triadic Colors of #15dffc

#15dffc #fc15df #dffc15

Analogous Colors of #15dffc

#15dffc #156cfc #15fca6

Monochromatic Colors of #15dffc

#15dffc

Complementary Color

#15dffc #fc3215

#15dffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15dffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#15dffc Color CSS Codes

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

#15dffc Text Font Color

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

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


#15dffc Background Color

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

This div background color is #15dffc


#15dffc Border Color

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

This div border color is #15dffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,223,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 #15dffc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15dffc


Comments

No comments written yet.

Please login to write comment.