Color Hex Logo

#19cbaa Color Hex

#19CBAA
(25,203,170)
0 Favorites   0 Comments

Color spaces of #19cbaa

RGB 25203170
HSL0.470.780.45
HSV169°88°80°
CMYK 0.880.000.16   0.20
XYZ29.012545.820845.3454
Yxy45.82080.24140.3813
Hunter Lab67.6911-41.95407.6661
CIE-Lab73.4291-48.81494.8327

#19cbaa color RGB value is (25,203,170).

#19cbaa hex color red value is 25, green value is 203 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #19cbaa hue: 0.47 , saturation: 0.78 and the lightness value of 19cbaa is 0.45.

The process color (four color CMYK) of #19cbaa color hex is 0.88, 0.00, 0.16, 0.20. Web safe color of #19cbaa is #00cc99. Color #19cbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 11001011 10101010
Octal 31 313 252
Decimal 25 203 170
Hex 19 CB AA

RGB Percentages of Color #19cbaa

%6.28
%51.01
%42.71

CMYK Percentages of Color #19cbaa

%88
%0
%16
%20

Triadic Colors of #19cbaa

#19cbaa #aa19cb #cbaa19

Analogous Colors of #19cbaa

#19cbaa #1993cb #19cb51

Monochromatic Colors of #19cbaa

#19cbaa

Complementary Color

#19cbaa #cb193a

#19cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#19cbaa Color CSS Codes

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

#19cbaa Text Font Color

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

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


#19cbaa Background Color

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

This div background color is #19cbaa


#19cbaa Border Color

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

This div border color is #19cbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19cbaa


Comments

No comments written yet.

Please login to write comment.