Color Hex Logo

#15cafa Color Hex

#15CAFA
(21,202,250)
0 Favorites   0 Comments

Color spaces of #15cafa

RGB 21202250
HSL0.530.960.53
HSV193°92°98°
CMYK 0.920.190.00   0.02
XYZ38.685149.302697.9199
Yxy49.30260.20810.2652
Hunter Lab70.2158-24.5339-33.5322
CIE-Lab75.6392-24.4537-35.0501

#15cafa color RGB value is (21,202,250).

#15cafa hex color red value is 21, green value is 202 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #15cafa hue: 0.53 , saturation: 0.96 and the lightness value of 15cafa is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11001010 11111010
Octal 25 312 372
Decimal 21 202 250
Hex 15 CA FA

RGB Percentages of Color #15cafa

%4.44
%42.71
%52.85

CMYK Percentages of Color #15cafa

%92
%19
%0
%2

Triadic Colors of #15cafa

#15cafa #fa15ca #cafa15

Analogous Colors of #15cafa

#15cafa #1558fa #15fab8

Monochromatic Colors of #15cafa

#15cafa

Complementary Color

#15cafa #fa4515

#15cafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15cafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#15cafa Color CSS Codes

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

#15cafa Text Font Color

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

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


#15cafa Background Color

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

This div background color is #15cafa


#15cafa Border Color

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

This div border color is #15cafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15cafa

Related Colors


Comments

No comments written yet.

Please login to write comment.