Color Hex Logo

#163edd Color Hex

#163EDD
(22,62,221)
0 Favorites   0 Comments

Color spaces of #163edd

RGB 2262221
HSL0.630.820.48
HSV228°90°87°
CMYK 0.900.720.00   0.13
XYZ15.10468.836369.3161
Yxy8.83630.16200.0948
Hunter Lab29.725938.6807-117.4467
CIE-Lab35.667248.1246-82.9686

#163edd color RGB value is (22,62,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010110 00111110 11011101
Octal 26 76 335
Decimal 22 62 221
Hex 16 3E DD

RGB Percentages of Color #163edd

%7.21
%20.33
%72.46

CMYK Percentages of Color #163edd

%90
%72
%0
%13

Triadic Colors of #163edd

#163edd #dd163e #3edd16

Analogous Colors of #163edd

#163edd #5116dd #16a2dd

Monochromatic Colors of #163edd

#163edd

Complementary Color

#163edd #ddb516

#163edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#163edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#163edd Color CSS Codes

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

#163edd Text Font Color

<p style="color:#163edd">Text here</p>

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


#163edd Background Color

<div style="background-color:#163edd">
Div content here</div>

This div background color is #163edd


#163edd Border Color

<div style="border:3px solid #163edd">
Div here</div>

This div border color is #163edd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(22,62,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 #163edd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #163edd


Comments

No comments written yet.

Please login to write comment.