Color Hex Logo

#426ddc Color Hex

#426DDC
(66,109,220)
0 Favorites   0 Comments

Color spaces of #426ddc

RGB 66109220
HSL0.620.690.56
HSV223°70°86°
CMYK 0.700.500.00   0.14
XYZ20.633717.262869.9547
Yxy17.26280.19130.1601
Hunter Lab41.548515.9362-70.7418
CIE-Lab48.589522.1006-61.2156

#426ddc color RGB value is (66,109,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101101 11011100
Octal 102 155 334
Decimal 66 109 220
Hex 42 6D DC

RGB Percentages of Color #426ddc

%16.71
%27.59
%55.70

CMYK Percentages of Color #426ddc

%70
%50
%0
%14

Triadic Colors of #426ddc

#426ddc #dc426d #6ddc42

Analogous Colors of #426ddc

#426ddc #6442dc #42badc

Monochromatic Colors of #426ddc

#426ddc

Complementary Color

#426ddc #dcb142

#426ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#426ddc Color CSS Codes

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

#426ddc Text Font Color

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

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


#426ddc Background Color

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

This div background color is #426ddc


#426ddc Border Color

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

This div border color is #426ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426ddc


Comments

No comments written yet.

Please login to write comment.