Color Hex Logo

#174ac2 Color Hex

#174AC2
(23,74,194)
0 Favorites   0 Comments

Color spaces of #174ac2

RGB 2374194
HSL0.620.790.43
HSV222°88°76°
CMYK 0.880.620.00   0.24
XYZ12.53978.974852.1103
Yxy8.97480.17030.1219
Hunter Lab29.958022.2894-82.1612
CIE-Lab35.935730.6773-66.8968

#174ac2 color RGB value is (23,74,194).

#174ac2 hex color red value is 23, green value is 74 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #174ac2 hue: 0.62 , saturation: 0.79 and the lightness value of 174ac2 is 0.43.

The process color (four color CMYK) of #174ac2 color hex is 0.88, 0.62, 0.00, 0.24. Web safe color of #174ac2 is #0033cc. Color #174ac2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01001010 11000010
Octal 27 112 302
Decimal 23 74 194
Hex 17 4A C2

RGB Percentages of Color #174ac2

%7.90
%25.43
%66.67

CMYK Percentages of Color #174ac2

%88
%62
%0
%24

Triadic Colors of #174ac2

#174ac2 #c2174a #4ac217

Analogous Colors of #174ac2

#174ac2 #3a17c2 #17a0c2

Monochromatic Colors of #174ac2

#174ac2

Complementary Color

#174ac2 #c28f17

#174ac2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#174ac2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#174ac2 Color CSS Codes

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

#174ac2 Text Font Color

<p style="color:#174ac2">Text here</p>

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


#174ac2 Background Color

<div style="background-color:#174ac2">
Div content here</div>

This div background color is #174ac2


#174ac2 Border Color

<div style="border:3px solid #174ac2">
Div here</div>

This div border color is #174ac2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,74,194, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #174ac2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #174ac2;
  -webkit-box-shadow: 1px 1px 3px 2px #174ac2;
  box-shadow:         1px 1px 3px 2px #174ac2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,74,194, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #174ac2


Comments

No comments written yet.

Please login to write comment.