Color Hex Logo

#1756ae Color Hex

#1756AE
(23,86,174)
0 Favorites   0 Comments

Color spaces of #1756ae

RGB 2386174
HSL0.600.770.39
HSV215°87°68°
CMYK 0.870.510.00   0.32
XYZ11.32119.893741.3574
Yxy9.89370.18090.1581
Hunter Lab31.45439.2013-55.9391
CIE-Lab37.651014.7562-52.3403

#1756ae color RGB value is (23,86,174).

#1756ae hex color red value is 23, green value is 86 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #1756ae hue: 0.60 , saturation: 0.77 and the lightness value of 1756ae is 0.39.

The process color (four color CMYK) of #1756ae color hex is 0.87, 0.51, 0.00, 0.32. Web safe color of #1756ae is #006699. Color #1756ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01010110 10101110
Octal 27 126 256
Decimal 23 86 174
Hex 17 56 AE

RGB Percentages of Color #1756ae

%8.13
%30.39
%61.48

CMYK Percentages of Color #1756ae

%87
%51
%0
%32

Triadic Colors of #1756ae

#1756ae #ae1756 #56ae17

Analogous Colors of #1756ae

#1756ae #2317ae #17a2ae

Monochromatic Colors of #1756ae

#1756ae

Complementary Color

#1756ae #ae6f17

#1756ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1756ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1756ae Color CSS Codes

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

#1756ae Text Font Color

<p style="color:#1756ae">Text here</p>

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


#1756ae Background Color

<div style="background-color:#1756ae">
Div content here</div>

This div background color is #1756ae


#1756ae Border Color

<div style="border:3px solid #1756ae">
Div here</div>

This div border color is #1756ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,86,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 #1756ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1756ae


Comments

No comments written yet.

Please login to write comment.