Color Hex Logo

#19a8ce Color Hex

#19A8CE
(25,168,206)
0 Favorites   0 Comments

Color spaces of #19a8ce

RGB 25168206
HSL0.530.780.45
HSV193°88°81°
CMYK 0.880.180.00   0.19
XYZ25.544132.668263.3518
Yxy32.66820.21010.2687
Hunter Lab57.1561-20.2483-25.7077
CIE-Lab63.8913-21.6926-29.2229

#19a8ce color RGB value is (25,168,206).

#19a8ce hex color red value is 25, green value is 168 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #19a8ce hue: 0.53 , saturation: 0.78 and the lightness value of 19a8ce is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10101000 11001110
Octal 31 250 316
Decimal 25 168 206
Hex 19 A8 CE

RGB Percentages of Color #19a8ce

%6.27
%42.11
%51.63

CMYK Percentages of Color #19a8ce

%88
%18
%0
%19

Triadic Colors of #19a8ce

#19a8ce #ce19a8 #a8ce19

Analogous Colors of #19a8ce

#19a8ce #194dce #19ce9a

Monochromatic Colors of #19a8ce

#19a8ce

Complementary Color

#19a8ce #ce3f19

#19a8ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19a8ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#19a8ce Color CSS Codes

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

#19a8ce Text Font Color

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

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


#19a8ce Background Color

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

This div background color is #19a8ce


#19a8ce Border Color

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

This div border color is #19a8ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19a8ce


Comments

No comments written yet.

Please login to write comment.