Color Hex Logo

#167efd Color Hex

#167EFD
(22,126,253)
0 Favorites   0 Comments

Color spaces of #167efd

RGB 22126253
HSL0.590.980.54
HSV213°91°99°
CMYK 0.910.500.00   0.01
XYZ25.521422.184195.8654
Yxy22.18410.17780.1545
Hunter Lab47.100014.2962-87.7064
CIE-Lab54.221819.8909-70.6170

#167efd color RGB value is (22,126,253).

#167efd hex color red value is 22, green value is 126 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #167efd hue: 0.59 , saturation: 0.98 and the lightness value of 167efd is 0.54.

The process color (four color CMYK) of #167efd color hex is 0.91, 0.50, 0.00, 0.01. Web safe color of #167efd is #0066ff. Color #167efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 01111110 11111101
Octal 26 176 375
Decimal 22 126 253
Hex 16 7E FD

RGB Percentages of Color #167efd

%5.49
%31.42
%63.09

CMYK Percentages of Color #167efd

%91
%50
%0
%1

Triadic Colors of #167efd

#167efd #fd167e #7efd16

Analogous Colors of #167efd

#167efd #2116fd #16f2fd

Monochromatic Colors of #167efd

#167efd

Complementary Color

#167efd #fd9516

#167efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#167efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#167efd Color CSS Codes

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

#167efd Text Font Color

<p style="color:#167efd">Text here</p>

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


#167efd Background Color

<div style="background-color:#167efd">
Div content here</div>

This div background color is #167efd


#167efd Border Color

<div style="border:3px solid #167efd">
Div here</div>

This div border color is #167efd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(22,126,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #167efd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #167efd;
  -webkit-box-shadow: 1px 1px 3px 2px #167efd;
  box-shadow:         1px 1px 3px 2px #167efd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #167efd

Related Colors


Comments

No comments written yet.

Please login to write comment.