Color Hex Logo

#425eab Color Hex

#425EAB
(66,94,171)
0 Favorites   0 Comments

Color spaces of #425eab

RGB 6694171
HSL0.620.440.46
HSV224°61°67°
CMYK 0.610.450.00   0.33
XYZ13.600212.103940.1476
Yxy12.10390.20650.1838
Hunter Lab34.79078.8947-44.0658
CIE-Lab41.380814.1895-44.4833

#425eab color RGB value is (66,94,171).

#425eab hex color red value is 66, green value is 94 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #425eab hue: 0.62 , saturation: 0.44 and the lightness value of 425eab is 0.46.

The process color (four color CMYK) of #425eab color hex is 0.61, 0.45, 0.00, 0.33. Web safe color of #425eab is #336699. Color #425eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011110 10101011
Octal 102 136 253
Decimal 66 94 171
Hex 42 5E AB

RGB Percentages of Color #425eab

%19.94
%28.40
%51.66

CMYK Percentages of Color #425eab

%61
%45
%0
%33

Triadic Colors of #425eab

#425eab #ab425e #5eab42

Analogous Colors of #425eab

#425eab #5a42ab #4293ab

Monochromatic Colors of #425eab

#425eab

Complementary Color

#425eab #ab8f42

#425eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#425eab Color CSS Codes

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

#425eab Text Font Color

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

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


#425eab Background Color

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

This div background color is #425eab


#425eab Border Color

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

This div border color is #425eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425eab


Comments

No comments written yet.

Please login to write comment.