Color Hex Logo

#197eee Color Hex

#197EEE
(25,126,238)
0 Favorites   0 Comments

Color spaces of #197eee

RGB 25126238
HSL0.590.860.52
HSV212°89°93°
CMYK 0.890.470.00   0.07
XYZ23.294421.301483.7728
Yxy21.30140.18150.1659
Hunter Lab46.15349.3234-75.3095
CIE-Lab53.277814.2904-63.8197

#197eee color RGB value is (25,126,238).

#197eee hex color red value is 25, green value is 126 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #197eee hue: 0.59 , saturation: 0.86 and the lightness value of 197eee is 0.52.

The process color (four color CMYK) of #197eee color hex is 0.89, 0.47, 0.00, 0.07. Web safe color of #197eee is #0066ff. Color #197eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111110 11101110
Octal 31 176 356
Decimal 25 126 238
Hex 19 7E EE

RGB Percentages of Color #197eee

%6.43
%32.39
%61.18

CMYK Percentages of Color #197eee

%89
%47
%0
%7

Triadic Colors of #197eee

#197eee #ee197e #7eee19

Analogous Colors of #197eee

#197eee #1f19ee #19e9ee

Monochromatic Colors of #197eee

#197eee

Complementary Color

#197eee #ee8919

#197eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#197eee Color CSS Codes

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

#197eee Text Font Color

<p style="color:#197eee">Text here</p>

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


#197eee Background Color

<div style="background-color:#197eee">
Div content here</div>

This div background color is #197eee


#197eee Border Color

<div style="border:3px solid #197eee">
Div here</div>

This div border color is #197eee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,126,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #197eee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #197eee;
  -webkit-box-shadow: 1px 1px 3px 2px #197eee;
  box-shadow:         1px 1px 3px 2px #197eee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197eee


Comments

No comments written yet.

Please login to write comment.