Color Hex Logo

#195aac Color Hex

#195AAC
(25,90,172)
0 Favorites   0 Comments

Color spaces of #195aac

RGB 2590172
HSL0.590.750.39
HSV213°85°67°
CMYK 0.850.480.00   0.33
XYZ11.503510.497640.4497
Yxy10.49760.18420.1681
Hunter Lab32.40006.6758-51.3405
CIE-Lab38.721111.4578-49.4278

#195aac color RGB value is (25,90,172).

#195aac hex color red value is 25, green value is 90 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #195aac hue: 0.59 , saturation: 0.75 and the lightness value of 195aac is 0.39.

The process color (four color CMYK) of #195aac color hex is 0.85, 0.48, 0.00, 0.33. Web safe color of #195aac is #006699. Color #195aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011010 10101100
Octal 31 132 254
Decimal 25 90 172
Hex 19 5A AC

RGB Percentages of Color #195aac

%8.71
%31.36
%59.93

CMYK Percentages of Color #195aac

%85
%48
%0
%33

Triadic Colors of #195aac

#195aac #ac195a #5aac19

Analogous Colors of #195aac

#195aac #2219ac #19a4ac

Monochromatic Colors of #195aac

#195aac

Complementary Color

#195aac #ac6b19

#195aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#195aac Color CSS Codes

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

#195aac Text Font Color

<p style="color:#195aac">Text here</p>

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


#195aac Background Color

<div style="background-color:#195aac">
Div content here</div>

This div background color is #195aac


#195aac Border Color

<div style="border:3px solid #195aac">
Div here</div>

This div border color is #195aac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,90,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #195aac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #195aac;
  -webkit-box-shadow: 1px 1px 3px 2px #195aac;
  box-shadow:         1px 1px 3px 2px #195aac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195aac


Comments

No comments written yet.

Please login to write comment.