Color Hex Logo

#425eda Color Hex

#425EDA
(66,94,218)
0 Favorites   0 Comments

Color spaces of #425eda

RGB 6694218
HSL0.640.670.56
HSV229°70°85°
CMYK 0.700.570.00   0.15
XYZ18.904414.225668.0791
Yxy14.22560.18680.1406
Hunter Lab37.716823.4631-80.6170
CIE-Lab44.554730.8506-66.6157

#425eda color RGB value is (66,94,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011110 11011010
Octal 102 136 332
Decimal 66 94 218
Hex 42 5E DA

RGB Percentages of Color #425eda

%17.46
%24.87
%57.67

CMYK Percentages of Color #425eda

%70
%57
%0
%15

Triadic Colors of #425eda

#425eda #da425e #5eda42

Analogous Colors of #425eda

#425eda #7242da #42aada

Monochromatic Colors of #425eda

#425eda

Complementary Color

#425eda #dabe42

#425eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#425eda Color CSS Codes

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

#425eda Text Font Color

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

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


#425eda Background Color

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

This div background color is #425eda


#425eda Border Color

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

This div border color is #425eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425eda


Comments

No comments written yet.

Please login to write comment.