Color Hex Logo

#19aaec Color Hex

#19AAEC
(25,170,236)
0 Favorites   0 Comments

Color spaces of #19aaec

RGB 25170236
HSL0.550.850.51
HSV199°89°93°
CMYK 0.890.280.00   0.07
XYZ29.916035.012384.5382
Yxy35.01230.20020.2342
Hunter Lab59.1712-13.3029-43.2881
CIE-Lab65.7582-12.2918-42.8582

#19aaec color RGB value is (25,170,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10101010 11101100
Octal 31 252 354
Decimal 25 170 236
Hex 19 AA EC

RGB Percentages of Color #19aaec

%5.80
%39.44
%54.76

CMYK Percentages of Color #19aaec

%89
%28
%0
%7

Triadic Colors of #19aaec

#19aaec #ec19aa #aaec19

Analogous Colors of #19aaec

#19aaec #1941ec #19ecc5

Monochromatic Colors of #19aaec

#19aaec

Complementary Color

#19aaec #ec5b19

#19aaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19aaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#19aaec Color CSS Codes

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

#19aaec Text Font Color

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

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


#19aaec Background Color

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

This div background color is #19aaec


#19aaec Border Color

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

This div border color is #19aaec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,170,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 #19aaec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19aaec


Comments

No comments written yet.

Please login to write comment.