Color Hex Logo

#15daee Color Hex

#15DAEE
(21,218,238)
0 Favorites   0 Comments

Color spaces of #15daee

RGB 21218238
HSL0.520.860.51
HSV186°91°93°
CMYK 0.910.080.00   0.07
XYZ40.813356.475389.6387
Yxy56.47530.21830.3021
Hunter Lab75.1500-34.5709-18.1159
CIE-Lab79.8836-36.0744-22.1291

#15daee color RGB value is (21,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11011010 11101110
Octal 25 332 356
Decimal 21 218 238
Hex 15 DA EE

RGB Percentages of Color #15daee

%4.40
%45.70
%49.90

CMYK Percentages of Color #15daee

%91
%8
%0
%7

Triadic Colors of #15daee

#15daee #ee15da #daee15

Analogous Colors of #15daee

#15daee #156eee #15ee96

Monochromatic Colors of #15daee

#15daee

Complementary Color

#15daee #ee2915

#15daee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15daee Color Preview on White Background

Lorem ipsum dolor sit amet.

#15daee Color CSS Codes

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

#15daee Text Font Color

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

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


#15daee Background Color

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

This div background color is #15daee


#15daee Border Color

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

This div border color is #15daee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15daee


Comments

No comments written yet.

Please login to write comment.