Color Hex Logo

#199cbe Color Hex

#199CBE
(25,156,190)
0 Favorites   0 Comments

Color spaces of #199cbe

RGB 25156190
HSL0.530.770.42
HSV192°87°75°
CMYK 0.870.180.00   0.25
XYZ21.583627.701352.9245
Yxy27.70130.21120.2710
Hunter Lab52.6320-18.9059-22.7771
CIE-Lab59.6179-20.8934-26.8761

#199cbe color RGB value is (25,156,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011100 10111110
Octal 31 234 276
Decimal 25 156 190
Hex 19 9C BE

RGB Percentages of Color #199cbe

%6.74
%42.05
%51.21

CMYK Percentages of Color #199cbe

%87
%18
%0
%25

Triadic Colors of #199cbe

#199cbe #be199c #9cbe19

Analogous Colors of #199cbe

#199cbe #194abe #19be8e

Monochromatic Colors of #199cbe

#199cbe

Complementary Color

#199cbe #be3b19

#199cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#199cbe Color CSS Codes

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

#199cbe Text Font Color

<p style="color:#199cbe">Text here</p>

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


#199cbe Background Color

<div style="background-color:#199cbe">
Div content here</div>

This div background color is #199cbe


#199cbe Border Color

<div style="border:3px solid #199cbe">
Div here</div>

This div border color is #199cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199cbe


Comments

No comments written yet.

Please login to write comment.