Color Hex Logo

#197dee Color Hex

#197DEE
(25,125,238)
0 Favorites   0 Comments

Color spaces of #197dee

RGB 25125238
HSL0.590.860.52
HSV212°89°93°
CMYK 0.890.470.00   0.07
XYZ23.167121.047083.7303
Yxy21.04700.18110.1645
Hunter Lab45.87709.8547-76.0965
CIE-Lab53.000914.9129-64.2661

#197dee color RGB value is (25,125,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111101 11101110
Octal 31 175 356
Decimal 25 125 238
Hex 19 7D EE

RGB Percentages of Color #197dee

%6.44
%32.22
%61.34

CMYK Percentages of Color #197dee

%89
%47
%0
%7

Triadic Colors of #197dee

#197dee #ee197d #7dee19

Analogous Colors of #197dee

#197dee #1f19ee #19e8ee

Monochromatic Colors of #197dee

#197dee

Complementary Color

#197dee #ee8a19

#197dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#197dee Color CSS Codes

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

#197dee Text Font Color

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

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


#197dee Background Color

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

This div background color is #197dee


#197dee Border Color

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

This div border color is #197dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197dee


Comments

No comments written yet.

Please login to write comment.