Color Hex Logo

#15c7db Color Hex

#15C7DB
(21,199,219)
0 Favorites   0 Comments

Color spaces of #15c7db

RGB 21199219
HSL0.520.830.47
HSV186°90°86°
CMYK 0.900.090.00   0.14
XYZ33.518946.120874.1534
Yxy46.12080.21790.2999
Hunter Lab67.9123-30.7458-17.2001
CIE-Lab73.6239-33.0557-21.4387

#15c7db color RGB value is (21,199,219).

#15c7db hex color red value is 21, green value is 199 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #15c7db hue: 0.52 , saturation: 0.83 and the lightness value of 15c7db is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11000111 11011011
Octal 25 307 333
Decimal 21 199 219
Hex 15 C7 DB

RGB Percentages of Color #15c7db

%4.78
%45.33
%49.89

CMYK Percentages of Color #15c7db

%90
%9
%0
%14

Triadic Colors of #15c7db

#15c7db #db15c7 #c7db15

Analogous Colors of #15c7db

#15c7db #1564db #15db8c

Monochromatic Colors of #15c7db

#15c7db

Complementary Color

#15c7db #db2915

#15c7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15c7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#15c7db Color CSS Codes

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

#15c7db Text Font Color

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

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


#15c7db Background Color

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

This div background color is #15c7db


#15c7db Border Color

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

This div border color is #15c7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15c7db


Comments

No comments written yet.

Please login to write comment.