Color Hex Logo

#19b6dd Color Hex

#19B6DD
(25,182,221)
0 Favorites   0 Comments

Color spaces of #19b6dd

RGB 25182221
HSL0.530.800.48
HSV192°89°87°
CMYK 0.890.180.00   0.13
XYZ30.180038.883074.3211
Yxy38.88300.21050.2712
Hunter Lab62.3562-22.7306-27.0172
CIE-Lab68.6664-23.8295-30.1185

#19b6dd color RGB value is (25,182,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10110110 11011101
Octal 31 266 335
Decimal 25 182 221
Hex 19 B6 DD

RGB Percentages of Color #19b6dd

%5.84
%42.52
%51.64

CMYK Percentages of Color #19b6dd

%89
%18
%0
%13

Triadic Colors of #19b6dd

#19b6dd #dd19b6 #b6dd19

Analogous Colors of #19b6dd

#19b6dd #1954dd #19dda2

Monochromatic Colors of #19b6dd

#19b6dd

Complementary Color

#19b6dd #dd4019

#19b6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19b6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#19b6dd Color CSS Codes

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

#19b6dd Text Font Color

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

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


#19b6dd Background Color

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

This div background color is #19b6dd


#19b6dd Border Color

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

This div border color is #19b6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19b6dd


Comments

No comments written yet.

Please login to write comment.