Color Hex Logo

#426cdd Color Hex

#426CDD
(66,108,221)
0 Favorites   0 Comments

Color spaces of #426cdd

RGB 66108221
HSL0.620.700.56
HSV224°70°87°
CMYK 0.700.510.00   0.13
XYZ20.660517.103870.6191
Yxy17.10380.19060.1578
Hunter Lab41.356716.7986-72.2915
CIE-Lab48.390623.0881-62.1032

#426cdd color RGB value is (66,108,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101100 11011101
Octal 102 154 335
Decimal 66 108 221
Hex 42 6C DD

RGB Percentages of Color #426cdd

%16.71
%27.34
%55.95

CMYK Percentages of Color #426cdd

%70
%51
%0
%13

Triadic Colors of #426cdd

#426cdd #dd426c #6cdd42

Analogous Colors of #426cdd

#426cdd #6642dd #42badd

Monochromatic Colors of #426cdd

#426cdd

Complementary Color

#426cdd #ddb342

#426cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#426cdd Color CSS Codes

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

#426cdd Text Font Color

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

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


#426cdd Background Color

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

This div background color is #426cdd


#426cdd Border Color

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

This div border color is #426cdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,108,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426cdd


Comments

No comments written yet.

Please login to write comment.