Color Hex Logo

#425eee Color Hex

#425EEE
(66,94,238)
0 Favorites   0 Comments

Color spaces of #425eee

RGB 6694238
HSL0.640.830.60
HSV230°72°93°
CMYK 0.720.610.00   0.07
XYZ21.682115.336782.7064
Yxy15.33670.18110.1281
Hunter Lab39.162130.2929-97.8010
CIE-Lab46.091937.8715-75.4282

#425eee color RGB value is (66,94,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011110 11101110
Octal 102 136 356
Decimal 66 94 238
Hex 42 5E EE

RGB Percentages of Color #425eee

%16.58
%23.62
%59.80

CMYK Percentages of Color #425eee

%72
%61
%0
%7

Triadic Colors of #425eee

#425eee #ee425e #5eee42

Analogous Colors of #425eee

#425eee #7c42ee #42b4ee

Monochromatic Colors of #425eee

#425eee

Complementary Color

#425eee #eed242

#425eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#425eee Color CSS Codes

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

#425eee Text Font Color

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

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


#425eee Background Color

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

This div background color is #425eee


#425eee Border Color

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

This div border color is #425eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425eee


Comments

No comments written yet.

Please login to write comment.