Color Hex Logo

#4286aa Color Hex

#4286AA
(66,134,170)
0 Favorites   0 Comments

Color spaces of #4286aa

RGB 66134170
HSL0.560.440.46
HSV201°61°67°
CMYK 0.610.210.00   0.33
XYZ18.027621.110741.1548
Yxy21.11070.22450.2629
Hunter Lab45.9464-10.3696-20.9444
CIE-Lab53.0704-10.4389-25.5181

#4286aa color RGB value is (66,134,170).

#4286aa hex color red value is 66, green value is 134 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4286aa hue: 0.56 , saturation: 0.44 and the lightness value of 4286aa is 0.46.

The process color (four color CMYK) of #4286aa color hex is 0.61, 0.21, 0.00, 0.33. Web safe color of #4286aa is #339999. Color #4286aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000110 10101010
Octal 102 206 252
Decimal 66 134 170
Hex 42 86 AA

RGB Percentages of Color #4286aa

%17.84
%36.22
%45.95

CMYK Percentages of Color #4286aa

%61
%21
%0
%33

Triadic Colors of #4286aa

#4286aa #aa4286 #86aa42

Analogous Colors of #4286aa

#4286aa #4252aa #42aa9a

Monochromatic Colors of #4286aa

#4286aa

Complementary Color

#4286aa #aa6642

#4286aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4286aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4286aa Color CSS Codes

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

#4286aa Text Font Color

<p style="color:#4286aa">Text here</p>

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


#4286aa Background Color

<div style="background-color:#4286aa">
Div content here</div>

This div background color is #4286aa


#4286aa Border Color

<div style="border:3px solid #4286aa">
Div here</div>

This div border color is #4286aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,134,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4286aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4286aa;
  -webkit-box-shadow: 1px 1px 3px 2px #4286aa;
  box-shadow:         1px 1px 3px 2px #4286aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4286aa


Comments

No comments written yet.

Please login to write comment.