Color Hex Logo

#19cadb Color Hex

#19CADB
(25,202,219)
0 Favorites   0 Comments

Color spaces of #19cadb

RGB 25202219
HSL0.510.800.48
HSV185°89°86°
CMYK 0.890.080.00   0.14
XYZ34.307647.562274.3901
Yxy47.56220.21960.3044
Hunter Lab68.9654-31.8925-15.6779
CIE-Lab74.5480-34.2896-20.0324

#19cadb color RGB value is (25,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 11001010 11011011
Octal 31 312 333
Decimal 25 202 219
Hex 19 CA DB

RGB Percentages of Color #19cadb

%5.61
%45.29
%49.10

CMYK Percentages of Color #19cadb

%89
%8
%0
%14

Triadic Colors of #19cadb

#19cadb #db19ca #cadb19

Analogous Colors of #19cadb

#19cadb #1969db #19db8b

Monochromatic Colors of #19cadb

#19cadb

Complementary Color

#19cadb #db2a19

#19cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#19cadb Color CSS Codes

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

#19cadb Text Font Color

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

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


#19cadb Background Color

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

This div background color is #19cadb


#19cadb Border Color

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

This div border color is #19cadb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,202,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19cadb


Comments

No comments written yet.

Please login to write comment.