Color Hex Logo

#15ddca Color Hex

#15DDCA
(21,221,202)
0 Favorites   0 Comments

Color spaces of #15ddca

RGB 21221202
HSL0.480.830.47
HSV174°90°87°
CMYK 0.900.000.09   0.13
XYZ36.826456.136664.7716
Yxy56.13660.23350.3559
Hunter Lab74.9244-43.38231.1913
CIE-Lab79.6915-47.9527-3.2194

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11011101 11001010
Octal 25 335 312
Decimal 21 221 202
Hex 15 DD CA

RGB Percentages of Color #15ddca

%4.73
%49.77
%45.50

CMYK Percentages of Color #15ddca

%90
%0
%9
%13

Triadic Colors of #15ddca

#15ddca #ca15dd #ddca15

Analogous Colors of #15ddca

#15ddca #158cdd #15dd66

Monochromatic Colors of #15ddca

#15ddca

Complementary Color

#15ddca #dd1528

#15ddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15ddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#15ddca Color CSS Codes

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

#15ddca Text Font Color

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

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


#15ddca Background Color

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

This div background color is #15ddca


#15ddca Border Color

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

This div border color is #15ddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15ddca


Comments

No comments written yet.

Please login to write comment.