Color Hex Logo

#15bacc Color Hex

#15BACC
(21,186,204)
0 Favorites   0 Comments

Color spaces of #15bacc

RGB 21186204
HSL0.520.810.44
HSV186°90°80°
CMYK 0.900.090.00   0.20
XYZ28.767239.636963.2612
Yxy39.63690.21850.3010
Hunter Lab62.9578-28.6146-15.5052
CIE-Lab69.2101-31.5811-19.9730

#15bacc color RGB value is (21,186,204).

#15bacc hex color red value is 21, green value is 186 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #15bacc hue: 0.52 , saturation: 0.81 and the lightness value of 15bacc is 0.44.

The process color (four color CMYK) of #15bacc color hex is 0.90, 0.09, 0.00, 0.20. Web safe color of #15bacc is #00cccc. Color #15bacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10111010 11001100
Octal 25 272 314
Decimal 21 186 204
Hex 15 BA CC

RGB Percentages of Color #15bacc

%5.11
%45.26
%49.64

CMYK Percentages of Color #15bacc

%90
%9
%0
%20

Triadic Colors of #15bacc

#15bacc #cc15ba #bacc15

Analogous Colors of #15bacc

#15bacc #155fcc #15cc83

Monochromatic Colors of #15bacc

#15bacc

Complementary Color

#15bacc #cc2715

#15bacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15bacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#15bacc Color CSS Codes

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

#15bacc Text Font Color

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

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


#15bacc Background Color

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

This div background color is #15bacc


#15bacc Border Color

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

This div border color is #15bacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15bacc


Comments

No comments written yet.

Please login to write comment.