Color Hex Logo

#19bdbe Color Hex

#19BDBE
(25,189,190)
0 Favorites   0 Comments

Color spaces of #19bdbe

RGB 25189190
HSL0.500.770.42
HSV180°87°75°
CMYK 0.870.010.00   0.25
XYZ27.892840.319655.0276
Yxy40.31960.22630.3272
Hunter Lab63.4977-32.7109-6.9328
CIE-Lab69.6966-37.1142-11.5550

#19bdbe color RGB value is (25,189,190).

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

The process color (four color CMYK) of #19bdbe color hex is 0.87, 0.01, 0.00, 0.25. Web safe color of #19bdbe is #00cccc. Color #19bdbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10111101 10111110
Octal 31 275 276
Decimal 25 189 190
Hex 19 BD BE

RGB Percentages of Color #19bdbe

%6.19
%46.78
%47.03

CMYK Percentages of Color #19bdbe

%87
%1
%0
%25

Triadic Colors of #19bdbe

#19bdbe #be19bd #bdbe19

Analogous Colors of #19bdbe

#19bdbe #196bbe #19be6d

Monochromatic Colors of #19bdbe

#19bdbe

Complementary Color

#19bdbe #be1a19

#19bdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19bdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#19bdbe Color CSS Codes

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

#19bdbe Text Font Color

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

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


#19bdbe Background Color

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

This div background color is #19bdbe


#19bdbe Border Color

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

This div border color is #19bdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19bdbe


Comments

No comments written yet.

Please login to write comment.