Color Hex Logo

#19accc Color Hex

#19ACCC
(25,172,204)
0 Favorites   0 Comments

Color spaces of #19accc

RGB 25172204
HSL0.530.780.45
HSV191°88°80°
CMYK 0.880.160.00   0.20
XYZ26.052534.071462.3301
Yxy34.07140.21280.2782
Hunter Lab58.3707-22.4791-22.4522
CIE-Lab65.0192-24.4275-26.3759

#19accc color RGB value is (25,172,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10101100 11001100
Octal 31 254 314
Decimal 25 172 204
Hex 19 AC CC

RGB Percentages of Color #19accc

%6.23
%42.89
%50.87

CMYK Percentages of Color #19accc

%88
%16
%0
%20

Triadic Colors of #19accc

#19accc #cc19ac #accc19

Analogous Colors of #19accc

#19accc #1953cc #19cc93

Monochromatic Colors of #19accc

#19accc

Complementary Color

#19accc #cc3919

#19accc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19accc Color Preview on White Background

Lorem ipsum dolor sit amet.

#19accc Color CSS Codes

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

#19accc Text Font Color

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

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


#19accc Background Color

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

This div background color is #19accc


#19accc Border Color

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

This div border color is #19accc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19accc

#19accc Color Palettes


Comments

No comments written yet.

Please login to write comment.