Color Hex Logo

#15dcfe Color Hex

#15DCFE
(21,220,254)
0 Favorites   0 Comments

Color spaces of #15dcfe

RGB 21220254
HSL0.520.990.54
HSV189°92°100°
CMYK 0.920.130.00   0.00
XYZ43.791958.5016102.7498
Yxy58.50160.21360.2853
Hunter Lab76.4863-31.6517-26.1082
CIE-Lab81.0169-31.9973-28.9015

#15dcfe color RGB value is (21,220,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11011100 11111110
Octal 25 334 376
Decimal 21 220 254
Hex 15 DC FE

RGB Percentages of Color #15dcfe

%4.24
%44.44
%51.31

CMYK Percentages of Color #15dcfe

%92
%13
%0
%0

Triadic Colors of #15dcfe

#15dcfe #fe15dc #dcfe15

Analogous Colors of #15dcfe

#15dcfe #1568fe #15feac

Monochromatic Colors of #15dcfe

#15dcfe

Complementary Color

#15dcfe #fe3715

#15dcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15dcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#15dcfe Color CSS Codes

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

#15dcfe Text Font Color

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

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


#15dcfe Background Color

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

This div background color is #15dcfe


#15dcfe Border Color

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

This div border color is #15dcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15dcfe


Comments

No comments written yet.

Please login to write comment.