Color Hex Logo

#428dac Color Hex

#428DAC
(66,141,172)
0 Favorites   0 Comments

Color spaces of #428dac

RGB 66141172
HSL0.550.450.47
HSV198°62°67°
CMYK 0.620.180.00   0.33
XYZ19.218023.186642.4923
Yxy23.18660.22640.2731
Hunter Lab48.1525-13.0262-18.6139
CIE-Lab55.2640-13.7051-23.2859

#428dac color RGB value is (66,141,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001101 10101100
Octal 102 215 254
Decimal 66 141 172
Hex 42 8D AC

RGB Percentages of Color #428dac

%17.41
%37.20
%45.38

CMYK Percentages of Color #428dac

%62
%18
%0
%33

Triadic Colors of #428dac

#428dac #ac428d #8dac42

Analogous Colors of #428dac

#428dac #4258ac #42ac96

Monochromatic Colors of #428dac

#428dac

Complementary Color

#428dac #ac6142

#428dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#428dac Color CSS Codes

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

#428dac Text Font Color

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

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


#428dac Background Color

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

This div background color is #428dac


#428dac Border Color

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

This div border color is #428dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428dac


Comments

No comments written yet.

Please login to write comment.