Color Hex Logo

#15cfdc Color Hex

#15CFDC
(21,207,220)
0 Favorites   0 Comments

Color spaces of #15cfdc

RGB 21207220
HSL0.510.830.47
HSV184°90°86°
CMYK 0.900.060.00   0.14
XYZ35.540449.952475.4787
Yxy49.95240.22080.3103
Hunter Lab70.6770-33.9249-13.8442
CIE-Lab76.0400-36.5069-18.3150

#15cfdc color RGB value is (21,207,220).

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

The process color (four color CMYK) of #15cfdc color hex is 0.90, 0.06, 0.00, 0.14. Web safe color of #15cfdc is #00cccc. Color #15cfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11001111 11011100
Octal 25 317 334
Decimal 21 207 220
Hex 15 CF DC

RGB Percentages of Color #15cfdc

%4.69
%46.21
%49.11

CMYK Percentages of Color #15cfdc

%90
%6
%0
%14

Triadic Colors of #15cfdc

#15cfdc #dc15cf #cfdc15

Analogous Colors of #15cfdc

#15cfdc #156cdc #15dc86

Monochromatic Colors of #15cfdc

#15cfdc

Complementary Color

#15cfdc #dc2215

#15cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#15cfdc Color CSS Codes

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

#15cfdc Text Font Color

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

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


#15cfdc Background Color

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

This div background color is #15cfdc


#15cfdc Border Color

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

This div border color is #15cfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15cfdc


Comments

No comments written yet.

Please login to write comment.