Color Hex Logo

#424eda Color Hex

#424EDA
(66,78,218)
0 Favorites   0 Comments

Color spaces of #424eda

RGB 6678218
HSL0.650.670.56
HSV235°70°85°
CMYK 0.700.640.00   0.15
XYZ17.626011.669067.6530
Yxy11.66900.18180.1204
Hunter Lab34.159932.3234-93.5107
CIE-Lab40.685140.7968-72.9299

#424eda color RGB value is (66,78,218).

#424eda hex color red value is 66, green value is 78 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #424eda hue: 0.65 , saturation: 0.67 and the lightness value of 424eda is 0.56.

The process color (four color CMYK) of #424eda color hex is 0.70, 0.64, 0.00, 0.15. Web safe color of #424eda is #3366cc. Color #424eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001110 11011010
Octal 102 116 332
Decimal 66 78 218
Hex 42 4E DA

RGB Percentages of Color #424eda

%18.23
%21.55
%60.22

CMYK Percentages of Color #424eda

%70
%64
%0
%15

Triadic Colors of #424eda

#424eda #da424e #4eda42

Analogous Colors of #424eda

#424eda #8242da #429ada

Monochromatic Colors of #424eda

#424eda

Complementary Color

#424eda #dace42

#424eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#424eda Color CSS Codes

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

#424eda Text Font Color

<p style="color:#424eda">Text here</p>

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


#424eda Background Color

<div style="background-color:#424eda">
Div content here</div>

This div background color is #424eda


#424eda Border Color

<div style="border:3px solid #424eda">
Div here</div>

This div border color is #424eda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,78,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #424eda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #424eda;
  -webkit-box-shadow: 1px 1px 3px 2px #424eda;
  box-shadow:         1px 1px 3px 2px #424eda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424eda


Comments

No comments written yet.

Please login to write comment.