Color Hex Logo

#19ccbe Color Hex

#19CCBE
(25,204,190)
0 Favorites   0 Comments

Color spaces of #19ccbe

RGB 25204190
HSL0.490.780.45
HSV175°88°80°
CMYK 0.880.000.07   0.20
XYZ31.288047.110156.1593
Yxy47.11010.23250.3501
Hunter Lab68.6368-38.7454-0.4659
CIE-Lab74.2601-43.8160-4.7715

#19ccbe color RGB value is (25,204,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 11001100 10111110
Octal 31 314 276
Decimal 25 204 190
Hex 19 CC BE

RGB Percentages of Color #19ccbe

%5.97
%48.69
%45.35

CMYK Percentages of Color #19ccbe

%88
%0
%7
%20

Triadic Colors of #19ccbe

#19ccbe #be19cc #ccbe19

Analogous Colors of #19ccbe

#19ccbe #1981cc #19cc65

Monochromatic Colors of #19ccbe

#19ccbe

Complementary Color

#19ccbe #cc1927

#19ccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19ccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#19ccbe Color CSS Codes

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

#19ccbe Text Font Color

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

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


#19ccbe Background Color

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

This div background color is #19ccbe


#19ccbe Border Color

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

This div border color is #19ccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19ccbe


Comments

No comments written yet.

Please login to write comment.