Color Hex Logo

#19cbea Color Hex

#19CBEA
(25,203,234)
0 Favorites   0 Comments

Color spaces of #19cbea

RGB 25203234
HSL0.520.830.51
HSV189°89°92°
CMYK 0.890.130.00   0.08
XYZ36.608148.859185.3432
Yxy48.85910.21430.2860
Hunter Lab69.8993-28.8386-23.4603
CIE-Lab75.3636-30.0195-26.8788

#19cbea color RGB value is (25,203,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 11001011 11101010
Octal 31 313 352
Decimal 25 203 234
Hex 19 CB EA

RGB Percentages of Color #19cbea

%5.41
%43.94
%50.65

CMYK Percentages of Color #19cbea

%89
%13
%0
%8

Triadic Colors of #19cbea

#19cbea #ea19cb #cbea19

Analogous Colors of #19cbea

#19cbea #1963ea #19eaa1

Monochromatic Colors of #19cbea

#19cbea

Complementary Color

#19cbea #ea3819

#19cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#19cbea Color CSS Codes

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

#19cbea Text Font Color

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

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


#19cbea Background Color

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

This div background color is #19cbea


#19cbea Border Color

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

This div border color is #19cbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19cbea


Comments

No comments written yet.

Please login to write comment.