Color Hex Logo

#164cdd Color Hex

#164CDD
(22,76,221)
0 Favorites   0 Comments

Color spaces of #164cdd

RGB 2276221
HSL0.620.820.48
HSV224°90°87°
CMYK 0.900.660.00   0.13
XYZ15.966510.559969.6034
Yxy10.55990.16610.1099
Hunter Lab32.496030.8357-104.2464
CIE-Lab38.829139.5520-77.7544

#164cdd color RGB value is (22,76,221).

#164cdd hex color red value is 22, green value is 76 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #164cdd hue: 0.62 , saturation: 0.82 and the lightness value of 164cdd is 0.48.

The process color (four color CMYK) of #164cdd color hex is 0.90, 0.66, 0.00, 0.13. Web safe color of #164cdd is #0033cc. Color #164cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 01001100 11011101
Octal 26 114 335
Decimal 22 76 221
Hex 16 4C DD

RGB Percentages of Color #164cdd

%6.90
%23.82
%69.28

CMYK Percentages of Color #164cdd

%90
%66
%0
%13

Triadic Colors of #164cdd

#164cdd #dd164c #4cdd16

Analogous Colors of #164cdd

#164cdd #4416dd #16b0dd

Monochromatic Colors of #164cdd

#164cdd

Complementary Color

#164cdd #dda716

#164cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#164cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#164cdd Color CSS Codes

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

#164cdd Text Font Color

<p style="color:#164cdd">Text here</p>

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


#164cdd Background Color

<div style="background-color:#164cdd">
Div content here</div>

This div background color is #164cdd


#164cdd Border Color

<div style="border:3px solid #164cdd">
Div here</div>

This div border color is #164cdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(22,76,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #164cdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #164cdd;
  -webkit-box-shadow: 1px 1px 3px 2px #164cdd;
  box-shadow:         1px 1px 3px 2px #164cdd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #164cdd


Comments

No comments written yet.

Please login to write comment.