Color Hex Logo

#425eec Color Hex

#425EEC
(66,94,236)
0 Favorites   0 Comments

Color spaces of #425eec

RGB 6694236
HSL0.640.820.59
HSV230°72°93°
CMYK 0.720.600.00   0.07
XYZ21.389815.219881.1672
Yxy15.21980.18160.1292
Hunter Lab39.012629.5960-96.0464
CIE-Lab45.933837.1741-74.5617

#425eec color RGB value is (66,94,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011110 11101100
Octal 102 136 354
Decimal 66 94 236
Hex 42 5E EC

RGB Percentages of Color #425eec

%16.67
%23.74
%59.60

CMYK Percentages of Color #425eec

%72
%60
%0
%7

Triadic Colors of #425eec

#425eec #ec425e #5eec42

Analogous Colors of #425eec

#425eec #7b42ec #42b3ec

Monochromatic Colors of #425eec

#425eec

Complementary Color

#425eec #ecd042

#425eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#425eec Color CSS Codes

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

#425eec Text Font Color

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

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


#425eec Background Color

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

This div background color is #425eec


#425eec Border Color

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

This div border color is #425eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425eec


Comments

No comments written yet.

Please login to write comment.