Color Hex Logo

#15dbce Color Hex

#15DBCE
(21,219,206)
0 Favorites   0 Comments

Color spaces of #15dbce

RGB 21219206
HSL0.490.830.47
HSV176°90°86°
CMYK 0.900.000.06   0.14
XYZ36.781455.278767.1238
Yxy55.27870.23110.3473
Hunter Lab74.3496-41.8064-1.4830
CIE-Lab79.2015-45.9892-6.0761

#15dbce color RGB value is (21,219,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11011011 11001110
Octal 25 333 316
Decimal 21 219 206
Hex 15 DB CE

RGB Percentages of Color #15dbce

%4.71
%49.10
%46.19

CMYK Percentages of Color #15dbce

%90
%0
%6
%14

Triadic Colors of #15dbce

#15dbce #ce15db #dbce15

Analogous Colors of #15dbce

#15dbce #1585db #15db6b

Monochromatic Colors of #15dbce

#15dbce

Complementary Color

#15dbce #db1522

#15dbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15dbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#15dbce Color CSS Codes

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

#15dbce Text Font Color

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

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


#15dbce Background Color

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

This div background color is #15dbce


#15dbce Border Color

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

This div border color is #15dbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15dbce


Comments

No comments written yet.

Please login to write comment.