Color Hex Logo

#165dcc Color Hex

#165DCC
(22,93,204)
0 Favorites   0 Comments

Color spaces of #165dcc

RGB 2293204
HSL0.600.810.44
HSV217°89°80°
CMYK 0.890.540.00   0.20
XYZ15.144312.358958.7141
Yxy12.35890.17570.1433
Hunter Lab35.155215.3732-74.4139
CIE-Lab41.780922.0093-63.1663

#165dcc color RGB value is (22,93,204).

#165dcc hex color red value is 22, green value is 93 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #165dcc hue: 0.60 , saturation: 0.81 and the lightness value of 165dcc is 0.44.

The process color (four color CMYK) of #165dcc color hex is 0.89, 0.54, 0.00, 0.20. Web safe color of #165dcc is #0066cc. Color #165dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 01011101 11001100
Octal 26 135 314
Decimal 22 93 204
Hex 16 5D CC

RGB Percentages of Color #165dcc

%6.90
%29.15
%63.95

CMYK Percentages of Color #165dcc

%89
%54
%0
%20

Triadic Colors of #165dcc

#165dcc #cc165d #5dcc16

Analogous Colors of #165dcc

#165dcc #2a16cc #16b8cc

Monochromatic Colors of #165dcc

#165dcc

Complementary Color

#165dcc #cc8516

#165dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#165dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#165dcc Color CSS Codes

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

#165dcc Text Font Color

<p style="color:#165dcc">Text here</p>

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


#165dcc Background Color

<div style="background-color:#165dcc">
Div content here</div>

This div background color is #165dcc


#165dcc Border Color

<div style="border:3px solid #165dcc">
Div here</div>

This div border color is #165dcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(22,93,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #165dcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #165dcc;
  -webkit-box-shadow: 1px 1px 3px 2px #165dcc;
  box-shadow:         1px 1px 3px 2px #165dcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #165dcc


Comments

No comments written yet.

Please login to write comment.