Color Hex Logo

#428caa Color Hex

#428CAA
(66,140,170)
0 Favorites   0 Comments

Color spaces of #428caa

RGB 66140170
HSL0.550.440.46
HSV197°61°67°
CMYK 0.610.180.00   0.33
XYZ18.880522.816741.4392
Yxy22.81670.22710.2744
Hunter Lab47.7668-13.0374-17.9991
CIE-Lab54.8830-13.7909-22.7253

#428caa color RGB value is (66,140,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001100 10101010
Octal 102 214 252
Decimal 66 140 170
Hex 42 8C AA

RGB Percentages of Color #428caa

%17.55
%37.23
%45.21

CMYK Percentages of Color #428caa

%61
%18
%0
%33

Triadic Colors of #428caa

#428caa #aa428c #8caa42

Analogous Colors of #428caa

#428caa #4258aa #42aa94

Monochromatic Colors of #428caa

#428caa

Complementary Color

#428caa #aa6042

#428caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#428caa Color CSS Codes

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

#428caa Text Font Color

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

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


#428caa Background Color

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

This div background color is #428caa


#428caa Border Color

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

This div border color is #428caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428caa


Comments

No comments written yet.

Please login to write comment.