Color Hex Logo

#15eadd Color Hex

#15EADD
(21,234,221)
0 Favorites   0 Comments

Color spaces of #15eadd

RGB 21234221
HSL0.490.840.50
HSV176°91°92°
CMYK 0.910.000.06   0.08
XYZ42.783264.225578.5485
Yxy64.22550.23060.3461
Hunter Lab80.1408-44.9541-2.0134
CIE-Lab84.0830-48.2017-6.8156

#15eadd color RGB value is (21,234,221).

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

The process color (four color CMYK) of #15eadd color hex is 0.91, 0.00, 0.06, 0.08. Web safe color of #15eadd is #00ffcc. Color #15eadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11101010 11011101
Octal 25 352 335
Decimal 21 234 221
Hex 15 EA DD

RGB Percentages of Color #15eadd

%4.41
%49.16
%46.43

CMYK Percentages of Color #15eadd

%91
%0
%6
%8

Triadic Colors of #15eadd

#15eadd #dd15ea #eadd15

Analogous Colors of #15eadd

#15eadd #158dea #15ea73

Monochromatic Colors of #15eadd

#15eadd

Complementary Color

#15eadd #ea1522

#15eadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15eadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#15eadd Color CSS Codes

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

#15eadd Text Font Color

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

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


#15eadd Background Color

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

This div background color is #15eadd


#15eadd Border Color

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

This div border color is #15eadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15eadd


Comments

No comments written yet.

Please login to write comment.