Color Hex Logo

#19dfbc Color Hex

#19DFBC
(25,223,188)
0 Favorites   0 Comments

Color spaces of #19dfbc

RGB 25223188
HSL0.470.800.49
HSV169°89°87°
CMYK 0.890.000.16   0.13
XYZ35.865756.612956.6140
Yxy56.61290.24060.3797
Hunter Lab75.2415-46.58648.0575
CIE-Lab79.9614-52.31364.6265

#19dfbc color RGB value is (25,223,188).

#19dfbc hex color red value is 25, green value is 223 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #19dfbc hue: 0.47 , saturation: 0.80 and the lightness value of 19dfbc is 0.49.

The process color (four color CMYK) of #19dfbc color hex is 0.89, 0.00, 0.16, 0.13. Web safe color of #19dfbc is #00cccc. Color #19dfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 11011111 10111100
Octal 31 337 274
Decimal 25 223 188
Hex 19 DF BC

RGB Percentages of Color #19dfbc

%5.73
%51.15
%43.12

CMYK Percentages of Color #19dfbc

%89
%0
%16
%13

Triadic Colors of #19dfbc

#19dfbc #bc19df #dfbc19

Analogous Colors of #19dfbc

#19dfbc #199fdf #19df59

Monochromatic Colors of #19dfbc

#19dfbc

Complementary Color

#19dfbc #df193c

#19dfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19dfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#19dfbc Color CSS Codes

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

#19dfbc Text Font Color

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

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


#19dfbc Background Color

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

This div background color is #19dfbc


#19dfbc Border Color

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

This div border color is #19dfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19dfbc


Comments

No comments written yet.

Please login to write comment.