Color Hex Logo

#15dbbe Color Hex

#15DBBE
(21,219,190)
0 Favorites   0 Comments

Color spaces of #15dbbe

RGB 21219190
HSL0.480.830.47
HSV171°90°86°
CMYK 0.900.000.13   0.14
XYZ34.935054.540257.4012
Yxy54.54020.23790.3713
Hunter Lab73.8513-44.80135.6126
CIE-Lab78.7757-50.35551.8402

#15dbbe color RGB value is (21,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11011011 10111110
Octal 25 333 276
Decimal 21 219 190
Hex 15 DB BE

RGB Percentages of Color #15dbbe

%4.88
%50.93
%44.19

CMYK Percentages of Color #15dbbe

%90
%0
%13
%14

Triadic Colors of #15dbbe

#15dbbe #be15db #dbbe15

Analogous Colors of #15dbbe

#15dbbe #1595db #15db5b

Monochromatic Colors of #15dbbe

#15dbbe

Complementary Color

#15dbbe #db1532

#15dbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15dbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#15dbbe Color CSS Codes

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

#15dbbe Text Font Color

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

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


#15dbbe Background Color

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

This div background color is #15dbbe


#15dbbe Border Color

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

This div border color is #15dbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15dbbe


Comments

No comments written yet.

Please login to write comment.