Color Hex Logo

#195cae Color Hex

#195CAE
(25,92,174)
0 Favorites   0 Comments

Color spaces of #195cae

RGB 2592174
HSL0.590.750.39
HSV213°86°68°
CMYK 0.860.470.00   0.32
XYZ11.868010.917041.5261
Yxy10.91700.18450.1698
Hunter Lab33.04096.2941-51.3876
CIE-Lab39.440310.9427-49.4519

#195cae color RGB value is (25,92,174).

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

The process color (four color CMYK) of #195cae color hex is 0.86, 0.47, 0.00, 0.32. Web safe color of #195cae is #006699. Color #195cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011100 10101110
Octal 31 134 256
Decimal 25 92 174
Hex 19 5C AE

RGB Percentages of Color #195cae

%8.59
%31.62
%59.79

CMYK Percentages of Color #195cae

%86
%47
%0
%32

Triadic Colors of #195cae

#195cae #ae195c #5cae19

Analogous Colors of #195cae

#195cae #2019ae #19a7ae

Monochromatic Colors of #195cae

#195cae

Complementary Color

#195cae #ae6b19

#195cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#195cae Color CSS Codes

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

#195cae Text Font Color

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

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


#195cae Background Color

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

This div background color is #195cae


#195cae Border Color

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

This div border color is #195cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195cae


Comments

No comments written yet.

Please login to write comment.