Color Hex Logo

#15dbed Color Hex

#15DBED
(21,219,237)
0 Favorites   0 Comments

Color spaces of #15dbed

RGB 21219237
HSL0.510.860.51
HSV185°91°93°
CMYK 0.910.080.00   0.07
XYZ40.926856.936988.9536
Yxy56.93690.21910.3048
Hunter Lab75.4565-35.2325-17.0757
CIE-Lab80.1441-36.8480-21.2011

#15dbed color RGB value is (21,219,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11011011 11101101
Octal 25 333 355
Decimal 21 219 237
Hex 15 DB ED

RGB Percentages of Color #15dbed

%4.40
%45.91
%49.69

CMYK Percentages of Color #15dbed

%91
%8
%0
%7

Triadic Colors of #15dbed

#15dbed #ed15db #dbed15

Analogous Colors of #15dbed

#15dbed #156fed #15ed93

Monochromatic Colors of #15dbed

#15dbed

Complementary Color

#15dbed #ed2715

#15dbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15dbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#15dbed Color CSS Codes

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

#15dbed Text Font Color

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

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


#15dbed Background Color

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

This div background color is #15dbed


#15dbed Border Color

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

This div border color is #15dbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15dbed


Comments

No comments written yet.

Please login to write comment.