Color Hex Logo

#15daec Color Hex

#15DAEC
(21,218,236)
0 Favorites   0 Comments

Color spaces of #15daec

RGB 21218236
HSL0.510.850.50
HSV185°91°93°
CMYK 0.910.080.00   0.07
XYZ40.521056.358488.0995
Yxy56.35840.21910.3047
Hunter Lab75.0722-35.0292-17.0280
CIE-Lab79.8174-36.6917-21.1641

#15daec color RGB value is (21,218,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11011010 11101100
Octal 25 332 354
Decimal 21 218 236
Hex 15 DA EC

RGB Percentages of Color #15daec

%4.42
%45.89
%49.68

CMYK Percentages of Color #15daec

%91
%8
%0
%7

Triadic Colors of #15daec

#15daec #ec15da #daec15

Analogous Colors of #15daec

#15daec #156fec #15ec93

Monochromatic Colors of #15daec

#15daec

Complementary Color

#15daec #ec2715

#15daec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15daec Color Preview on White Background

Lorem ipsum dolor sit amet.

#15daec Color CSS Codes

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

#15daec Text Font Color

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

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


#15daec Background Color

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

This div background color is #15daec


#15daec Border Color

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

This div border color is #15daec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,218,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 #15daec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15daec


Comments

No comments written yet.

Please login to write comment.