Color Hex Logo

#15dbec Color Hex

#15DBEC
(21,219,236)
0 Favorites   0 Comments

Color spaces of #15dbec

RGB 21219236
HSL0.510.850.50
HSV185°91°93°
CMYK 0.910.070.00   0.07
XYZ40.781156.878688.1862
Yxy56.87860.21940.3061
Hunter Lab75.4179-35.4601-16.5353
CIE-Lab80.1113-37.1551-20.7185

#15dbec color RGB value is (21,219,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11011011 11101100
Octal 25 333 354
Decimal 21 219 236
Hex 15 DB EC

RGB Percentages of Color #15dbec

%4.41
%46.01
%49.58

CMYK Percentages of Color #15dbec

%91
%7
%0
%7

Triadic Colors of #15dbec

#15dbec #ec15db #dbec15

Analogous Colors of #15dbec

#15dbec #1570ec #15ec92

Monochromatic Colors of #15dbec

#15dbec

Complementary Color

#15dbec #ec2615

#15dbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15dbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#15dbec Color CSS Codes

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

#15dbec Text Font Color

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

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


#15dbec Background Color

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

This div background color is #15dbec


#15dbec Border Color

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

This div border color is #15dbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15dbec


Comments

No comments written yet.

Please login to write comment.