Color Hex Logo

#19a8ec Color Hex

#19A8EC
(25,168,236)
0 Favorites   0 Comments

Color spaces of #19a8ec

RGB 25168236
HSL0.550.850.51
HSV199°89°93°
CMYK 0.890.290.00   0.07
XYZ29.543934.268184.4142
Yxy34.26810.19930.2312
Hunter Lab58.5390-12.3564-44.5199
CIE-Lab65.1748-11.1931-43.7741

#19a8ec color RGB value is (25,168,236).

#19a8ec hex color red value is 25, green value is 168 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #19a8ec hue: 0.55 , saturation: 0.85 and the lightness value of 19a8ec is 0.51.

The process color (four color CMYK) of #19a8ec color hex is 0.89, 0.29, 0.00, 0.07. Web safe color of #19a8ec is #0099ff. Color #19a8ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10101000 11101100
Octal 31 250 354
Decimal 25 168 236
Hex 19 A8 EC

RGB Percentages of Color #19a8ec

%5.83
%39.16
%55.01

CMYK Percentages of Color #19a8ec

%89
%29
%0
%7

Triadic Colors of #19a8ec

#19a8ec #ec19a8 #a8ec19

Analogous Colors of #19a8ec

#19a8ec #193fec #19ecc7

Monochromatic Colors of #19a8ec

#19a8ec

Complementary Color

#19a8ec #ec5d19

#19a8ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19a8ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#19a8ec Color CSS Codes

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

#19a8ec Text Font Color

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

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


#19a8ec Background Color

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

This div background color is #19a8ec


#19a8ec Border Color

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

This div border color is #19a8ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19a8ec


Comments

No comments written yet.

Please login to write comment.