Color Hex Logo

#428dab Color Hex

#428DAB
(66,141,171)
0 Favorites   0 Comments

Color spaces of #428dab

RGB 66141171
HSL0.550.440.46
HSV197°61°67°
CMYK 0.610.180.00   0.33
XYZ19.122323.148341.9883
Yxy23.14830.22690.2747
Hunter Lab48.1127-13.2527-18.0640
CIE-Lab55.2248-14.0238-22.7734

#428dab color RGB value is (66,141,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001101 10101011
Octal 102 215 253
Decimal 66 141 171
Hex 42 8D AB

RGB Percentages of Color #428dab

%17.46
%37.30
%45.24

CMYK Percentages of Color #428dab

%61
%18
%0
%33

Triadic Colors of #428dab

#428dab #ab428d #8dab42

Analogous Colors of #428dab

#428dab #4259ab #42ab95

Monochromatic Colors of #428dab

#428dab

Complementary Color

#428dab #ab6042

#428dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#428dab Color CSS Codes

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

#428dab Text Font Color

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

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


#428dab Background Color

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

This div background color is #428dab


#428dab Border Color

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

This div border color is #428dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428dab


Comments

No comments written yet.

Please login to write comment.