Color Hex Logo

#425ebd Color Hex

#425EBD
(66,94,189)
0 Favorites   0 Comments

Color spaces of #425ebd

RGB 6694189
HSL0.630.480.50
HSV226°65°74°
CMYK 0.650.500.00   0.26
XYZ15.434812.837849.8086
Yxy12.83780.19770.1644
Hunter Lab35.829914.1920-57.3406
CIE-Lab42.517820.5553-53.2103

#425ebd color RGB value is (66,94,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011110 10111101
Octal 102 136 275
Decimal 66 94 189
Hex 42 5E BD

RGB Percentages of Color #425ebd

%18.91
%26.93
%54.15

CMYK Percentages of Color #425ebd

%65
%50
%0
%26

Triadic Colors of #425ebd

#425ebd #bd425e #5ebd42

Analogous Colors of #425ebd

#425ebd #6442bd #429cbd

Monochromatic Colors of #425ebd

#425ebd

Complementary Color

#425ebd #bda142

#425ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#425ebd Color CSS Codes

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

#425ebd Text Font Color

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

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


#425ebd Background Color

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

This div background color is #425ebd


#425ebd Border Color

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

This div border color is #425ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425ebd


Comments

No comments written yet.

Please login to write comment.