Color Hex Logo

#428aaa Color Hex

#428AAA
(66,138,170)
0 Favorites   0 Comments

Color spaces of #428aaa

RGB 66138170
HSL0.550.440.46
HSV198°61°67°
CMYK 0.610.190.00   0.33
XYZ18.590922.237541.3426
Yxy22.23750.22620.2706
Hunter Lab47.1567-12.1528-18.9703
CIE-Lab54.2781-12.6828-23.6555

#428aaa color RGB value is (66,138,170).

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

The process color (four color CMYK) of #428aaa color hex is 0.61, 0.19, 0.00, 0.33. Web safe color of #428aaa is #339999. Color #428aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001010 10101010
Octal 102 212 252
Decimal 66 138 170
Hex 42 8A AA

RGB Percentages of Color #428aaa

%17.65
%36.90
%45.45

CMYK Percentages of Color #428aaa

%61
%19
%0
%33

Triadic Colors of #428aaa

#428aaa #aa428a #8aaa42

Analogous Colors of #428aaa

#428aaa #4256aa #42aa96

Monochromatic Colors of #428aaa

#428aaa

Complementary Color

#428aaa #aa6242

#428aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#428aaa Color CSS Codes

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

#428aaa Text Font Color

<p style="color:#428aaa">Text here</p>

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


#428aaa Background Color

<div style="background-color:#428aaa">
Div content here</div>

This div background color is #428aaa


#428aaa Border Color

<div style="border:3px solid #428aaa">
Div here</div>

This div border color is #428aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,138,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 #428aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428aaa


Comments

No comments written yet.

Please login to write comment.