Color Hex Logo

#428fad Color Hex

#428FAD
(66,143,173)
0 Favorites   0 Comments

Color spaces of #428fad

RGB 66143173
HSL0.550.450.47
HSV197°62°68°
CMYK 0.620.170.00   0.32
XYZ19.612123.820343.0993
Yxy23.82030.22660.2753
Hunter Lab48.8060-13.6826-18.1932
CIE-Lab55.9074-14.4859-22.8692

#428fad color RGB value is (66,143,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001111 10101101
Octal 102 217 255
Decimal 66 143 173
Hex 42 8F AD

RGB Percentages of Color #428fad

%17.28
%37.43
%45.29

CMYK Percentages of Color #428fad

%62
%17
%0
%32

Triadic Colors of #428fad

#428fad #ad428f #8fad42

Analogous Colors of #428fad

#428fad #4259ad #42ad96

Monochromatic Colors of #428fad

#428fad

Complementary Color

#428fad #ad6042

#428fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#428fad Color CSS Codes

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

#428fad Text Font Color

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

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


#428fad Background Color

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

This div background color is #428fad


#428fad Border Color

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

This div border color is #428fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428fad


Comments

No comments written yet.

Please login to write comment.