color codes Logo

#426edc color codes

#426EDC
(66,110,220)
0 Favorites   0 Comments

Color spaces of #426edc

RGB 66110220
HSL0.620.690.56
HSV223°70°86°
CMYK 0.700.500.00   0.14
XYZ20.741017.477469.9905
Yxy17.47740.19170.1615
Hunter Lab41.806015.3979-69.9976
CIE-Lab48.856021.4717-60.7855

#426edc color RGB value is (66,110,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101110 11011100
Octal 102 156 334
Decimal 66 110 220
Hex 42 6E DC

RGB Percentages of Color #426edc

%16.67
%27.78
%55.56

CMYK Percentages of Color #426edc

%70
%50
%0
%14

Triadic Colors of #426edc

#426edc #dc426e #6edc42

Analogous Colors of #426edc

#426edc #6342dc #42bbdc

Monochromatic Colors of #426edc

#426edc

Complementary Color

#426edc #dcb042

#426edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#426edc Color CSS Codes

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

#426edc Text Font Color

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

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


#426edc Background Color

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

This div background color is #426edc


#426edc Border Color

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

This div border color is #426edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426edc


Comments

No comments written yet.

Please login to write comment.