Color Hex Logo

#19a7ea Color Hex

#19A7EA
(25,167,234)
0 Favorites   0 Comments

Color spaces of #19a7ea

RGB 25167234
HSL0.550.830.51
HSV199°89°92°
CMYK 0.890.290.00   0.08
XYZ29.070933.784682.8308
Yxy33.78460.19950.2319
Hunter Lab58.1245-12.4414-43.8045
CIE-Lab64.7912-11.3569-43.2795

#19a7ea color RGB value is (25,167,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10100111 11101010
Octal 31 247 352
Decimal 25 167 234
Hex 19 A7 EA

RGB Percentages of Color #19a7ea

%5.87
%39.20
%54.93

CMYK Percentages of Color #19a7ea

%89
%29
%0
%8

Triadic Colors of #19a7ea

#19a7ea #ea19a7 #a7ea19

Analogous Colors of #19a7ea

#19a7ea #193eea #19eac5

Monochromatic Colors of #19a7ea

#19a7ea

Complementary Color

#19a7ea #ea5c19

#19a7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19a7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#19a7ea Color CSS Codes

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

#19a7ea Text Font Color

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

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


#19a7ea Background Color

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

This div background color is #19a7ea


#19a7ea Border Color

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

This div border color is #19a7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19a7ea


Comments

No comments written yet.

Please login to write comment.