Color Hex Logo

#425aec Color Hex

#425AEC
(66,90,236)
0 Favorites   0 Comments

Color spaces of #425aec

RGB 6690236
HSL0.640.820.59
HSV232°72°93°
CMYK 0.720.620.00   0.07
XYZ21.043314.526781.0517
Yxy14.52670.18040.1246
Hunter Lab38.113931.8534-99.4043
CIE-Lab44.979039.6384-76.1219

#425aec color RGB value is (66,90,236).

#425aec hex color red value is 66, green value is 90 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #425aec hue: 0.64 , saturation: 0.82 and the lightness value of 425aec is 0.59.

The process color (four color CMYK) of #425aec color hex is 0.72, 0.62, 0.00, 0.07. Web safe color of #425aec is #3366ff. Color #425aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011010 11101100
Octal 102 132 354
Decimal 66 90 236
Hex 42 5A EC

RGB Percentages of Color #425aec

%16.84
%22.96
%60.20

CMYK Percentages of Color #425aec

%72
%62
%0
%7

Triadic Colors of #425aec

#425aec #ec425a #5aec42

Analogous Colors of #425aec

#425aec #7f42ec #42afec

Monochromatic Colors of #425aec

#425aec

Complementary Color

#425aec #ecd442

#425aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#425aec Color CSS Codes

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

#425aec Text Font Color

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

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


#425aec Background Color

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

This div background color is #425aec


#425aec Border Color

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

This div border color is #425aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425aec


Comments

No comments written yet.

Please login to write comment.