Color Hex Logo

#425ebb Color Hex

#425EBB
(66,94,187)
0 Favorites   0 Comments

Color spaces of #425ebb

RGB 6694187
HSL0.630.480.50
HSV226°65°73°
CMYK 0.650.500.00   0.27
XYZ15.219112.751548.6729
Yxy12.75150.19860.1664
Hunter Lab35.709213.5846-55.8178
CIE-Lab42.386419.8451-52.2566

#425ebb color RGB value is (66,94,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011110 10111011
Octal 102 136 273
Decimal 66 94 187
Hex 42 5E BB

RGB Percentages of Color #425ebb

%19.02
%27.09
%53.89

CMYK Percentages of Color #425ebb

%65
%50
%0
%27

Triadic Colors of #425ebb

#425ebb #bb425e #5ebb42

Analogous Colors of #425ebb

#425ebb #6342bb #429bbb

Monochromatic Colors of #425ebb

#425ebb

Complementary Color

#425ebb #bb9f42

#425ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#425ebb Color CSS Codes

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

#425ebb Text Font Color

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

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


#425ebb Background Color

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

This div background color is #425ebb


#425ebb Border Color

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

This div border color is #425ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425ebb


Comments

No comments written yet.

Please login to write comment.