Color Hex Logo

#19c7dd Color Hex

#19C7DD
(25,199,221)
0 Favorites   0 Comments

Color spaces of #19c7dd

RGB 25199221
HSL0.520.800.48
HSV187°89°87°
CMYK 0.890.100.00   0.13
XYZ33.875546.274075.5530
Yxy46.27400.21760.2972
Hunter Lab68.0250-30.1532-18.2338
CIE-Lab73.7230-32.2346-22.3680

#19c7dd color RGB value is (25,199,221).

#19c7dd hex color red value is 25, green value is 199 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #19c7dd hue: 0.52 , saturation: 0.80 and the lightness value of 19c7dd is 0.48.

The process color (four color CMYK) of #19c7dd color hex is 0.89, 0.10, 0.00, 0.13. Web safe color of #19c7dd is #00cccc. Color #19c7dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 11000111 11011101
Octal 31 307 335
Decimal 25 199 221
Hex 19 C7 DD

RGB Percentages of Color #19c7dd

%5.62
%44.72
%49.66

CMYK Percentages of Color #19c7dd

%89
%10
%0
%13

Triadic Colors of #19c7dd

#19c7dd #dd19c7 #c7dd19

Analogous Colors of #19c7dd

#19c7dd #1965dd #19dd91

Monochromatic Colors of #19c7dd

#19c7dd

Complementary Color

#19c7dd #dd2f19

#19c7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19c7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#19c7dd Color CSS Codes

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

#19c7dd Text Font Color

<p style="color:#19c7dd">Text here</p>

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


#19c7dd Background Color

<div style="background-color:#19c7dd">
Div content here</div>

This div background color is #19c7dd


#19c7dd Border Color

<div style="border:3px solid #19c7dd">
Div here</div>

This div border color is #19c7dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,199,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #19c7dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #19c7dd;
  -webkit-box-shadow: 1px 1px 3px 2px #19c7dd;
  box-shadow:         1px 1px 3px 2px #19c7dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,199,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 #19c7dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19c7dd


Comments

No comments written yet.

Please login to write comment.