Color Hex Logo

#199ece Color Hex

#199ECE
(25,158,206)
0 Favorites   0 Comments

Color spaces of #199ece

RGB 25158206
HSL0.540.780.45
HSV196°88°81°
CMYK 0.880.230.00   0.19
XYZ23.768329.116662.7599
Yxy29.11660.20550.2518
Hunter Lab53.9598-15.8037-31.1875
CIE-Lab60.8844-16.3891-33.8857

#199ece color RGB value is (25,158,206).

#199ece hex color red value is 25, green value is 158 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #199ece hue: 0.54 , saturation: 0.78 and the lightness value of 199ece is 0.45.

The process color (four color CMYK) of #199ece color hex is 0.88, 0.23, 0.00, 0.19. Web safe color of #199ece is #0099cc. Color #199ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011110 11001110
Octal 31 236 316
Decimal 25 158 206
Hex 19 9E CE

RGB Percentages of Color #199ece

%6.43
%40.62
%52.96

CMYK Percentages of Color #199ece

%88
%23
%0
%19

Triadic Colors of #199ece

#199ece #ce199e #9ece19

Analogous Colors of #199ece

#199ece #1944ce #19cea4

Monochromatic Colors of #199ece

#199ece

Complementary Color

#199ece #ce4919

#199ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#199ece Color CSS Codes

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

#199ece Text Font Color

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

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


#199ece Background Color

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

This div background color is #199ece


#199ece Border Color

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

This div border color is #199ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199ece


Comments

No comments written yet.

Please login to write comment.