Color Hex Logo

#165dda Color Hex

#165DDA
(22,93,218)
0 Favorites   0 Comments

Color spaces of #165dda

RGB 2293218
HSL0.610.820.47
HSV218°90°85°
CMYK 0.900.570.00   0.15
XYZ16.900113.061267.9600
Yxy13.06120.17260.1334
Hunter Lab36.140320.2256-86.1937
CIE-Lab42.855327.4734-69.4459

#165dda color RGB value is (22,93,218).

#165dda hex color red value is 22, green value is 93 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #165dda hue: 0.61 , saturation: 0.82 and the lightness value of 165dda is 0.47.

The process color (four color CMYK) of #165dda color hex is 0.90, 0.57, 0.00, 0.15. Web safe color of #165dda is #0066cc. Color #165dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 01011101 11011010
Octal 26 135 332
Decimal 22 93 218
Hex 16 5D DA

RGB Percentages of Color #165dda

%6.61
%27.93
%65.47

CMYK Percentages of Color #165dda

%90
%57
%0
%15

Triadic Colors of #165dda

#165dda #da165d #5dda16

Analogous Colors of #165dda

#165dda #3116da #16bfda

Monochromatic Colors of #165dda

#165dda

Complementary Color

#165dda #da9316

#165dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#165dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#165dda Color CSS Codes

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

#165dda Text Font Color

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

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


#165dda Background Color

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

This div background color is #165dda


#165dda Border Color

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

This div border color is #165dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #165dda


Comments

No comments written yet.

Please login to write comment.