Color Hex Logo

#425adc Color Hex

#425ADC
(66,90,220)
0 Favorites   0 Comments

Color spaces of #425adc

RGB 6690220
HSL0.640.690.56
HSV231°70°86°
CMYK 0.700.590.00   0.14
XYZ18.821213.637969.3505
Yxy13.63790.18490.1340
Hunter Lab36.929526.3462-85.4909
CIE-Lab43.709134.0668-69.1317

#425adc color RGB value is (66,90,220).

#425adc hex color red value is 66, green value is 90 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #425adc hue: 0.64 , saturation: 0.69 and the lightness value of 425adc is 0.56.

The process color (four color CMYK) of #425adc color hex is 0.70, 0.59, 0.00, 0.14. Web safe color of #425adc is #3366cc. Color #425adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011010 11011100
Octal 102 132 334
Decimal 66 90 220
Hex 42 5A DC

RGB Percentages of Color #425adc

%17.55
%23.94
%58.51

CMYK Percentages of Color #425adc

%70
%59
%0
%14

Triadic Colors of #425adc

#425adc #dc425a #5adc42

Analogous Colors of #425adc

#425adc #7742dc #42a7dc

Monochromatic Colors of #425adc

#425adc

Complementary Color

#425adc #dcc442

#425adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#425adc Color CSS Codes

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

#425adc Text Font Color

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

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


#425adc Background Color

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

This div background color is #425adc


#425adc Border Color

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

This div border color is #425adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425adc


Comments

No comments written yet.

Please login to write comment.