Color Hex Logo

#15d1ff Color Hex

#15D1FF
(21,209,255)
0 Favorites   0 Comments

Color spaces of #15d1ff

RGB 21209255
HSL0.531.000.54
HSV192°92°100°
CMYK 0.920.180.00   0.00
XYZ41.159752.9804102.6646
Yxy52.98040.20910.2692
Hunter Lab72.7876-26.4408-32.6753
CIE-Lab77.8634-26.3027-34.2842

#15d1ff color RGB value is (21,209,255).

#15d1ff hex color red value is 21, green value is 209 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #15d1ff hue: 0.53 , saturation: 1.00 and the lightness value of 15d1ff is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11010001 11111111
Octal 25 321 377
Decimal 21 209 255
Hex 15 D1 FF

RGB Percentages of Color #15d1ff

%4.33
%43.09
%52.58

CMYK Percentages of Color #15d1ff

%92
%18
%0
%0

Triadic Colors of #15d1ff

#15d1ff #ff15d1 #d1ff15

Analogous Colors of #15d1ff

#15d1ff #155cff #15ffb8

Monochromatic Colors of #15d1ff

#15d1ff

Complementary Color

#15d1ff #ff4315

#15d1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15d1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#15d1ff Color CSS Codes

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

#15d1ff Text Font Color

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

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


#15d1ff Background Color

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

This div background color is #15d1ff


#15d1ff Border Color

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

This div border color is #15d1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15d1ff


Comments

No comments written yet.

Please login to write comment.