Color Hex Logo

#4290ae Color Hex

#4290AE
(66,144,174)
1 Favorites   0 Comments

Color spaces of #4290ae

RGB 66144174
HSL0.550.450.47
HSV197°62°68°
CMYK 0.620.170.00   0.32
XYZ19.860024.160843.6612
Yxy24.16080.22650.2756
Hunter Lab49.1536-13.8979-18.2574
CIE-Lab56.2484-14.7161-22.9167

#4290ae color RGB value is (66,144,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010000 10101110
Octal 102 220 256
Decimal 66 144 174
Hex 42 90 AE

RGB Percentages of Color #4290ae

%17.19
%37.50
%45.31

CMYK Percentages of Color #4290ae

%62
%17
%0
%32

Triadic Colors of #4290ae

#4290ae #ae4290 #90ae42

Analogous Colors of #4290ae

#4290ae #425aae #42ae96

Monochromatic Colors of #4290ae

#4290ae

Complementary Color

#4290ae #ae6042

#4290ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4290ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4290ae Color CSS Codes

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

#4290ae Text Font Color

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

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


#4290ae Background Color

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

This div background color is #4290ae


#4290ae Border Color

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

This div border color is #4290ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4290ae


Comments

No comments written yet.

Please login to write comment.