Color Hex Logo

#15c2dd Color Hex

#15C2DD
(21,194,221)
0 Favorites   0 Comments

Color spaces of #15c2dd

RGB 21194221
HSL0.520.830.47
HSV188°90°87°
CMYK 0.900.120.00   0.13
XYZ32.652243.963575.1715
Yxy43.96350.21510.2896
Hunter Lab66.3050-28.1305-20.8050
CIE-Lab72.2041-30.0074-24.6882

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11000010 11011101
Octal 25 302 335
Decimal 21 194 221
Hex 15 C2 DD

RGB Percentages of Color #15c2dd

%4.82
%44.50
%50.69

CMYK Percentages of Color #15c2dd

%90
%12
%0
%13

Triadic Colors of #15c2dd

#15c2dd #dd15c2 #c2dd15

Analogous Colors of #15c2dd

#15c2dd #155edd #15dd94

Monochromatic Colors of #15c2dd

#15c2dd

Complementary Color

#15c2dd #dd3015

#15c2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15c2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#15c2dd Color CSS Codes

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

#15c2dd Text Font Color

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

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


#15c2dd Background Color

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

This div background color is #15c2dd


#15c2dd Border Color

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

This div border color is #15c2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15c2dd


Comments

No comments written yet.

Please login to write comment.