Color Hex Logo

#1676af Color Hex

#1676AF
(22,118,175)
0 Favorites   0 Comments

Color spaces of #1676af

RGB 22118175
HSL0.560.780.39
HSV202°87°69°
CMYK 0.870.330.00   0.31
XYZ14.547216.222642.9220
Yxy16.22260.19740.2201
Hunter Lab40.2773-6.0153-34.9890
CIE-Lab47.2652-5.2400-37.5680

#1676af color RGB value is (22,118,175).

#1676af hex color red value is 22, green value is 118 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #1676af hue: 0.56 , saturation: 0.78 and the lightness value of 1676af is 0.39.

The process color (four color CMYK) of #1676af color hex is 0.87, 0.33, 0.00, 0.31. Web safe color of #1676af is #006699. Color #1676af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 01110110 10101111
Octal 26 166 257
Decimal 22 118 175
Hex 16 76 AF

RGB Percentages of Color #1676af

%6.98
%37.46
%55.56

CMYK Percentages of Color #1676af

%87
%33
%0
%31

Triadic Colors of #1676af

#1676af #af1676 #76af16

Analogous Colors of #1676af

#1676af #1629af #16af9c

Monochromatic Colors of #1676af

#1676af

Complementary Color

#1676af #af4f16

#1676af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1676af Color Preview on White Background

Lorem ipsum dolor sit amet.

#1676af Color CSS Codes

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

#1676af Text Font Color

<p style="color:#1676af">Text here</p>

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


#1676af Background Color

<div style="background-color:#1676af">
Div content here</div>

This div background color is #1676af


#1676af Border Color

<div style="border:3px solid #1676af">
Div here</div>

This div border color is #1676af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(22,118,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1676af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1676af;
  -webkit-box-shadow: 1px 1px 3px 2px #1676af;
  box-shadow:         1px 1px 3px 2px #1676af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(22,118,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1676af


Comments

No comments written yet.

Please login to write comment.