Color Hex Logo

#19ccea Color Hex

#19CCEA
(25,204,234)
0 Favorites   0 Comments

Color spaces of #19ccea

RGB 25204234
HSL0.520.830.51
HSV189°89°92°
CMYK 0.890.130.00   0.08
XYZ36.845149.332985.4222
Yxy49.33290.21470.2875
Hunter Lab70.2374-29.2780-22.9419
CIE-Lab75.6580-30.5050-26.4282

#19ccea color RGB value is (25,204,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 11001100 11101010
Octal 31 314 352
Decimal 25 204 234
Hex 19 CC EA

RGB Percentages of Color #19ccea

%5.40
%44.06
%50.54

CMYK Percentages of Color #19ccea

%89
%13
%0
%8

Triadic Colors of #19ccea

#19ccea #ea19cc #ccea19

Analogous Colors of #19ccea

#19ccea #1963ea #19eaa0

Monochromatic Colors of #19ccea

#19ccea

Complementary Color

#19ccea #ea3719

#19ccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19ccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#19ccea Color CSS Codes

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

#19ccea Text Font Color

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

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


#19ccea Background Color

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

This div background color is #19ccea


#19ccea Border Color

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

This div border color is #19ccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19ccea


Comments

No comments written yet.

Please login to write comment.