color codes Logo

#15d1dd color codes

#15D1DD
(21,209,221)
0 Favorites   0 Comments

Color spaces of #15d1dd

RGB 21209221
HSL0.510.830.47
HSV184°90°87°
CMYK 0.900.050.00   0.13
XYZ36.160950.980876.3410
Yxy50.98080.22120.3118
Hunter Lab71.4008-34.5503-13.4116
CIE-Lab76.6674-37.1267-17.9049

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

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

The process color (four color CMYK) of #15d1dd color code is 0.90, 0.05, 0.00, 0.13. Web safe color of #15d1dd is #00cccc. Color #15d1dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11010001 11011101
Octal 25 321 335
Decimal 21 209 221
Hex 15 D1 DD

RGB Percentages of Color #15d1dd

%4.66
%46.34
%49.00

CMYK Percentages of Color #15d1dd

%90
%5
%0
%13

Triadic Colors of #15d1dd

#15d1dd #dd15d1 #d1dd15

Analogous Colors of #15d1dd

#15d1dd #156ddd #15dd85

Monochromatic Colors of #15d1dd

#15d1dd

Complementary Color

#15d1dd #dd2115

#15d1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15d1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#15d1dd Color CSS Codes

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

#15d1dd Text Font Color

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

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


#15d1dd Background Color

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

This div background color is #15d1dd


#15d1dd Border Color

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

This div border color is #15d1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15d1dd


Comments

No comments written yet.

Please login to write comment.