Color Hex Logo

#425eba Color Hex

#425EBA
(66,94,186)
0 Favorites   0 Comments

Color spaces of #425eba

RGB 6694186
HSL0.630.480.49
HSV226°65°73°
CMYK 0.650.490.00   0.27
XYZ15.112412.708848.1109
Yxy12.70880.19900.1674
Hunter Lab35.649413.2828-55.0606
CIE-Lab42.321219.4903-51.7783

#425eba color RGB value is (66,94,186).

#425eba hex color red value is 66, green value is 94 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #425eba hue: 0.63 , saturation: 0.48 and the lightness value of 425eba is 0.49.

The process color (four color CMYK) of #425eba color hex is 0.65, 0.49, 0.00, 0.27. Web safe color of #425eba is #3366cc. Color #425eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011110 10111010
Octal 102 136 272
Decimal 66 94 186
Hex 42 5E BA

RGB Percentages of Color #425eba

%19.08
%27.17
%53.76

CMYK Percentages of Color #425eba

%65
%49
%0
%27

Triadic Colors of #425eba

#425eba #ba425e #5eba42

Analogous Colors of #425eba

#425eba #6242ba #429aba

Monochromatic Colors of #425eba

#425eba

Complementary Color

#425eba #ba9e42

#425eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#425eba Color CSS Codes

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

#425eba Text Font Color

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

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


#425eba Background Color

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

This div background color is #425eba


#425eba Border Color

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

This div border color is #425eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425eba


Comments

No comments written yet.

Please login to write comment.