Color Hex Logo

#426adc Color Hex

#426ADC
(66,106,220)
0 Favorites   0 Comments

Color spaces of #426adc

RGB 66106220
HSL0.620.690.56
HSV224°70°86°
CMYK 0.700.520.00   0.14
XYZ20.319116.633669.8498
Yxy16.63360.19020.1557
Hunter Lab40.784317.5577-72.9948
CIE-Lab47.795023.9899-62.4990

#426adc color RGB value is (66,106,220).

#426adc hex color red value is 66, green value is 106 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #426adc hue: 0.62 , saturation: 0.69 and the lightness value of 426adc is 0.56.

The process color (four color CMYK) of #426adc color hex is 0.70, 0.52, 0.00, 0.14. Web safe color of #426adc is #3366cc. Color #426adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101010 11011100
Octal 102 152 334
Decimal 66 106 220
Hex 42 6A DC

RGB Percentages of Color #426adc

%16.84
%27.04
%56.12

CMYK Percentages of Color #426adc

%70
%52
%0
%14

Triadic Colors of #426adc

#426adc #dc426a #6adc42

Analogous Colors of #426adc

#426adc #6742dc #42b7dc

Monochromatic Colors of #426adc

#426adc

Complementary Color

#426adc #dcb442

#426adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#426adc Color CSS Codes

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

#426adc Text Font Color

<p style="color:#426adc">Text here</p>

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


#426adc Background Color

<div style="background-color:#426adc">
Div content here</div>

This div background color is #426adc


#426adc Border Color

<div style="border:3px solid #426adc">
Div here</div>

This div border color is #426adc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,106,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #426adc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #426adc;
  -webkit-box-shadow: 1px 1px 3px 2px #426adc;
  box-shadow:         1px 1px 3px 2px #426adc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,106,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 #426adc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426adc


Comments

No comments written yet.

Please login to write comment.