Color Hex Logo

#167edc Color Hex

#167EDC
(22,126,220)
0 Favorites   0 Comments

Color spaces of #167edc

RGB 22126220
HSL0.580.820.47
HSV208°90°86°
CMYK 0.900.430.00   0.14
XYZ20.710020.259670.5291
Yxy20.25960.18570.1817
Hunter Lab45.01073.3615-61.3965
CIE-Lab52.12957.2120-55.5832

#167edc color RGB value is (22,126,220).

#167edc hex color red value is 22, green value is 126 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #167edc hue: 0.58 , saturation: 0.82 and the lightness value of 167edc is 0.47.

The process color (four color CMYK) of #167edc color hex is 0.90, 0.43, 0.00, 0.14. Web safe color of #167edc is #0066cc. Color #167edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 01111110 11011100
Octal 26 176 334
Decimal 22 126 220
Hex 16 7E DC

RGB Percentages of Color #167edc

%5.98
%34.24
%59.78

CMYK Percentages of Color #167edc

%90
%43
%0
%14

Triadic Colors of #167edc

#167edc #dc167e #7edc16

Analogous Colors of #167edc

#167edc #161bdc #16dcd7

Monochromatic Colors of #167edc

#167edc

Complementary Color

#167edc #dc7416

#167edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#167edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#167edc Color CSS Codes

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

#167edc Text Font Color

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

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


#167edc Background Color

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

This div background color is #167edc


#167edc Border Color

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

This div border color is #167edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #167edc


Comments

No comments written yet.

Please login to write comment.