Color Hex Logo

#195aec Color Hex

#195AEC
(25,90,236)
0 Favorites   0 Comments

Color spaces of #195aec

RGB 2590236
HSL0.620.850.51
HSV222°89°93°
CMYK 0.890.620.00   0.07
XYZ19.197413.575180.9653
Yxy13.57510.16880.1194
Hunter Lab36.844428.5279-104.4983
CIE-Lab43.617336.3914-78.4052

#195aec color RGB value is (25,90,236).

#195aec hex color red value is 25, green value is 90 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #195aec hue: 0.62 , saturation: 0.85 and the lightness value of 195aec is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011010 11101100
Octal 31 132 354
Decimal 25 90 236
Hex 19 5A EC

RGB Percentages of Color #195aec

%7.12
%25.64
%67.24

CMYK Percentages of Color #195aec

%89
%62
%0
%7

Triadic Colors of #195aec

#195aec #ec195a #5aec19

Analogous Colors of #195aec

#195aec #4119ec #19c4ec

Monochromatic Colors of #195aec

#195aec

Complementary Color

#195aec #ecab19

#195aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#195aec Color CSS Codes

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

#195aec Text Font Color

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

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


#195aec Background Color

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

This div background color is #195aec


#195aec Border Color

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

This div border color is #195aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195aec


Comments

No comments written yet.

Please login to write comment.