Color Hex Logo

#15dbeb Color Hex

#15DBEB
(21,219,235)
0 Favorites   0 Comments

Color spaces of #15dbeb

RGB 21219235
HSL0.510.840.50
HSV184°91°92°
CMYK 0.910.070.00   0.08
XYZ40.636256.820687.4230
Yxy56.82060.21980.3073
Hunter Lab75.3794-35.6867-15.9973
CIE-Lab80.0786-37.4614-20.2355

#15dbeb color RGB value is (21,219,235).

#15dbeb hex color red value is 21, green value is 219 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #15dbeb hue: 0.51 , saturation: 0.84 and the lightness value of 15dbeb is 0.50.

The process color (four color CMYK) of #15dbeb color hex is 0.91, 0.07, 0.00, 0.08. Web safe color of #15dbeb is #00ccff. Color #15dbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11011011 11101011
Octal 25 333 353
Decimal 21 219 235
Hex 15 DB EB

RGB Percentages of Color #15dbeb

%4.42
%46.11
%49.47

CMYK Percentages of Color #15dbeb

%91
%7
%0
%8

Triadic Colors of #15dbeb

#15dbeb #eb15db #dbeb15

Analogous Colors of #15dbeb

#15dbeb #1570eb #15eb90

Monochromatic Colors of #15dbeb

#15dbeb

Complementary Color

#15dbeb #eb2515

#15dbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15dbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#15dbeb Color CSS Codes

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

#15dbeb Text Font Color

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

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


#15dbeb Background Color

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

This div background color is #15dbeb


#15dbeb Border Color

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

This div border color is #15dbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15dbeb


Comments

No comments written yet.

Please login to write comment.