Color Hex Logo

#428dcc Color Hex

#428DCC
(66,141,204)
0 Favorites   0 Comments

Color spaces of #428dcc

RGB 66141204
HSL0.580.580.53
HSV207°68°80°
CMYK 0.680.310.00   0.20
XYZ22.670724.567660.6739
Yxy24.56760.21010.2277
Hunter Lab49.5657-5.0965-37.8815
CIE-Lab56.6517-3.0701-39.3186

#428dcc color RGB value is (66,141,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001101 11001100
Octal 102 215 314
Decimal 66 141 204
Hex 42 8D CC

RGB Percentages of Color #428dcc

%16.06
%34.31
%49.64

CMYK Percentages of Color #428dcc

%68
%31
%0
%20

Triadic Colors of #428dcc

#428dcc #cc428d #8dcc42

Analogous Colors of #428dcc

#428dcc #4248cc #42ccc6

Monochromatic Colors of #428dcc

#428dcc

Complementary Color

#428dcc #cc8142

#428dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#428dcc Color CSS Codes

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

#428dcc Text Font Color

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

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


#428dcc Background Color

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

This div background color is #428dcc


#428dcc Border Color

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

This div border color is #428dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428dcc


Comments

No comments written yet.

Please login to write comment.