Color Hex Logo

#15bccf Color Hex

#15BCCF
(21,188,207)
0 Favorites   0 Comments

Color spaces of #15bccf

RGB 21188207
HSL0.520.820.45
HSV186°90°81°
CMYK 0.900.090.00   0.19
XYZ29.555040.630965.3163
Yxy40.63090.21810.2999
Hunter Lab63.7424-28.7852-16.1343
CIE-Lab69.9165-31.5891-20.5429

#15bccf color RGB value is (21,188,207).

#15bccf hex color red value is 21, green value is 188 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #15bccf hue: 0.52 , saturation: 0.82 and the lightness value of 15bccf is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10111100 11001111
Octal 25 274 317
Decimal 21 188 207
Hex 15 BC CF

RGB Percentages of Color #15bccf

%5.05
%45.19
%49.76

CMYK Percentages of Color #15bccf

%90
%9
%0
%19

Triadic Colors of #15bccf

#15bccf #cf15bc #bccf15

Analogous Colors of #15bccf

#15bccf #155fcf #15cf85

Monochromatic Colors of #15bccf

#15bccf

Complementary Color

#15bccf #cf2815

#15bccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15bccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#15bccf Color CSS Codes

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

#15bccf Text Font Color

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

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


#15bccf Background Color

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

This div background color is #15bccf


#15bccf Border Color

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

This div border color is #15bccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15bccf


Comments

No comments written yet.

Please login to write comment.