Color Hex Logo

#4290ad Color Hex

#4290AD
(66,144,173)
0 Favorites   0 Comments

Color spaces of #4290ad

RGB 66144173
HSL0.550.450.47
HSV196°62°68°
CMYK 0.620.170.00   0.32
XYZ19.762924.121943.1495
Yxy24.12190.22710.2772
Hunter Lab49.1141-14.1233-17.7098
CIE-Lab56.2096-15.0332-22.4052

#4290ad color RGB value is (66,144,173).

#4290ad hex color red value is 66, green value is 144 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4290ad hue: 0.55 , saturation: 0.45 and the lightness value of 4290ad is 0.47.

The process color (four color CMYK) of #4290ad color hex is 0.62, 0.17, 0.00, 0.32. Web safe color of #4290ad is #339999. Color #4290ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010000 10101101
Octal 102 220 255
Decimal 66 144 173
Hex 42 90 AD

RGB Percentages of Color #4290ad

%17.23
%37.60
%45.17

CMYK Percentages of Color #4290ad

%62
%17
%0
%32

Triadic Colors of #4290ad

#4290ad #ad4290 #90ad42

Analogous Colors of #4290ad

#4290ad #425aad #42ad95

Monochromatic Colors of #4290ad

#4290ad

Complementary Color

#4290ad #ad5f42

#4290ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4290ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4290ad Color CSS Codes

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

#4290ad Text Font Color

<p style="color:#4290ad">Text here</p>

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


#4290ad Background Color

<div style="background-color:#4290ad">
Div content here</div>

This div background color is #4290ad


#4290ad Border Color

<div style="border:3px solid #4290ad">
Div here</div>

This div border color is #4290ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,144,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4290ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4290ad;
  -webkit-box-shadow: 1px 1px 3px 2px #4290ad;
  box-shadow:         1px 1px 3px 2px #4290ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4290ad


Comments

No comments written yet.

Please login to write comment.