Color Hex Logo

#19adbf Color Hex

#19ADBF
(25,173,191)
0 Favorites   0 Comments

Color spaces of #19adbf

RGB 25173191
HSL0.520.770.42
HSV187°87°75°
CMYK 0.870.090.00   0.25
XYZ24.748433.855454.5206
Yxy33.85540.21880.2993
Hunter Lab58.1854-25.9018-14.8259
CIE-Lab64.8476-29.2003-19.4245

#19adbf color RGB value is (25,173,191).

#19adbf hex color red value is 25, green value is 173 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #19adbf hue: 0.52 , saturation: 0.77 and the lightness value of 19adbf is 0.42.

The process color (four color CMYK) of #19adbf color hex is 0.87, 0.09, 0.00, 0.25. Web safe color of #19adbf is #0099cc. Color #19adbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10101101 10111111
Octal 31 255 277
Decimal 25 173 191
Hex 19 AD BF

RGB Percentages of Color #19adbf

%6.43
%44.47
%49.10

CMYK Percentages of Color #19adbf

%87
%9
%0
%25

Triadic Colors of #19adbf

#19adbf #bf19ad #adbf19

Analogous Colors of #19adbf

#19adbf #195abf #19bf7e

Monochromatic Colors of #19adbf

#19adbf

Complementary Color

#19adbf #bf2b19

#19adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#19adbf Color CSS Codes

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

#19adbf Text Font Color

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

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


#19adbf Background Color

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

This div background color is #19adbf


#19adbf Border Color

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

This div border color is #19adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19adbf


Comments

No comments written yet.

Please login to write comment.