Color Hex Logo

#428fac Color Hex

#428FAC
(66,143,172)
0 Favorites   0 Comments

Color spaces of #428fac

RGB 66143172
HSL0.550.450.47
HSV196°62°67°
CMYK 0.620.170.00   0.33
XYZ19.515623.781742.5915
Yxy23.78170.22720.2769
Hunter Lab48.7665-13.9084-17.6460
CIE-Lab55.8686-14.8038-22.3572

#428fac color RGB value is (66,143,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001111 10101100
Octal 102 217 254
Decimal 66 143 172
Hex 42 8F AC

RGB Percentages of Color #428fac

%17.32
%37.53
%45.14

CMYK Percentages of Color #428fac

%62
%17
%0
%33

Triadic Colors of #428fac

#428fac #ac428f #8fac42

Analogous Colors of #428fac

#428fac #425aac #42ac94

Monochromatic Colors of #428fac

#428fac

Complementary Color

#428fac #ac5f42

#428fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#428fac Color CSS Codes

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

#428fac Text Font Color

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

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


#428fac Background Color

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

This div background color is #428fac


#428fac Border Color

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

This div border color is #428fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428fac


Comments

No comments written yet.

Please login to write comment.