Color Hex Logo

#428fcc Color Hex

#428FCC
(66,143,204)
0 Favorites   0 Comments

Color spaces of #428fcc

RGB 66143204
HSL0.570.580.53
HSV207°68°80°
CMYK 0.680.300.00   0.20
XYZ22.968325.162860.7731
Yxy25.16280.21090.2311
Hunter Lab50.1625-6.0533-36.7175
CIE-Lab57.2337-4.2279-38.4047

#428fcc color RGB value is (66,143,204).

#428fcc hex color red value is 66, green value is 143 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #428fcc hue: 0.57 , saturation: 0.58 and the lightness value of 428fcc is 0.53.

The process color (four color CMYK) of #428fcc color hex is 0.68, 0.30, 0.00, 0.20. Web safe color of #428fcc is #3399cc. Color #428fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001111 11001100
Octal 102 217 314
Decimal 66 143 204
Hex 42 8F CC

RGB Percentages of Color #428fcc

%15.98
%34.62
%49.39

CMYK Percentages of Color #428fcc

%68
%30
%0
%20

Triadic Colors of #428fcc

#428fcc #cc428f #8fcc42

Analogous Colors of #428fcc

#428fcc #424acc #42ccc4

Monochromatic Colors of #428fcc

#428fcc

Complementary Color

#428fcc #cc7f42

#428fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#428fcc Color CSS Codes

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

#428fcc Text Font Color

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

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


#428fcc Background Color

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

This div background color is #428fcc


#428fcc Border Color

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

This div border color is #428fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428fcc


Comments

No comments written yet.

Please login to write comment.