Color Hex Logo

#15dddd Color Hex

#15DDDD
(21,221,221)
0 Favorites   0 Comments

Color spaces of #15dddd

RGB 21221221
HSL0.500.830.47
HSV180°90°87°
CMYK 0.900.000.00   0.13
XYZ39.216957.092877.3597
Yxy57.09280.22580.3287
Hunter Lab75.5598-39.5849-7.8105
CIE-Lab80.2318-42.5590-12.5462

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

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

The process color (four color CMYK) of #15dddd color hex is 0.90, 0.00, 0.00, 0.13. Web safe color of #15dddd is #00cccc. Color #15dddd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11011101 11011101
Octal 25 335 335
Decimal 21 221 221
Hex 15 DD DD

RGB Percentages of Color #15dddd

%4.54
%47.73
%47.73

CMYK Percentages of Color #15dddd

%90
%0
%0
%13

Triadic Colors of #15dddd

#15dddd #dd15dd #dddd15

Analogous Colors of #15dddd

#15dddd #1579dd #15dd79

Monochromatic Colors of #15dddd

#15dddd

Complementary Color

#15dddd #dd1515

#15dddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15dddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#15dddd Color CSS Codes

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

#15dddd Text Font Color

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

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


#15dddd Background Color

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

This div background color is #15dddd


#15dddd Border Color

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

This div border color is #15dddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15dddd


Comments

No comments written yet.

Please login to write comment.