Color Hex Logo

#19add2 Color Hex

#19ADD2
(25,173,210)
0 Favorites   0 Comments

Color spaces of #19add2

RGB 25173210
HSL0.530.790.46
HSV192°88°82°
CMYK 0.880.180.00   0.18
XYZ26.977334.747066.2577
Yxy34.74700.21080.2715
Hunter Lab58.9466-21.4648-25.3811
CIE-Lab65.5512-22.9221-28.8759

#19add2 color RGB value is (25,173,210).

#19add2 hex color red value is 25, green value is 173 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #19add2 hue: 0.53 , saturation: 0.79 and the lightness value of 19add2 is 0.46.

The process color (four color CMYK) of #19add2 color hex is 0.88, 0.18, 0.00, 0.18. Web safe color of #19add2 is #0099cc. Color #19add2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10101101 11010010
Octal 31 255 322
Decimal 25 173 210
Hex 19 AD D2

RGB Percentages of Color #19add2

%6.13
%42.40
%51.47

CMYK Percentages of Color #19add2

%88
%18
%0
%18

Triadic Colors of #19add2

#19add2 #d219ad #add219

Analogous Colors of #19add2

#19add2 #1951d2 #19d29b

Monochromatic Colors of #19add2

#19add2

Complementary Color

#19add2 #d23e19

#19add2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19add2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#19add2 Color CSS Codes

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

#19add2 Text Font Color

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

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


#19add2 Background Color

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

This div background color is #19add2


#19add2 Border Color

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

This div border color is #19add2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19add2


Comments

No comments written yet.

Please login to write comment.