Color Hex Logo

#19caea Color Hex

#19CAEA
(25,202,234)
0 Favorites   0 Comments

Color spaces of #19caea

RGB 25202234
HSL0.530.830.51
HSV189°89°92°
CMYK 0.890.140.00   0.08
XYZ36.372748.388285.2647
Yxy48.38820.21390.2846
Hunter Lab69.5616-28.3980-23.9812
CIE-Lab75.0691-29.5317-27.3300

#19caea color RGB value is (25,202,234).

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

The process color (four color CMYK) of #19caea color hex is 0.89, 0.14, 0.00, 0.08. Web safe color of #19caea is #00ccff. Color #19caea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 11001010 11101010
Octal 31 312 352
Decimal 25 202 234
Hex 19 CA EA

RGB Percentages of Color #19caea

%5.42
%43.82
%50.76

CMYK Percentages of Color #19caea

%89
%14
%0
%8

Triadic Colors of #19caea

#19caea #ea19ca #caea19

Analogous Colors of #19caea

#19caea #1962ea #19eaa2

Monochromatic Colors of #19caea

#19caea

Complementary Color

#19caea #ea3919

#19caea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19caea Color Preview on White Background

Lorem ipsum dolor sit amet.

#19caea Color CSS Codes

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

#19caea Text Font Color

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

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


#19caea Background Color

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

This div background color is #19caea


#19caea Border Color

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

This div border color is #19caea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19caea


Comments

No comments written yet.

Please login to write comment.