Color Hex Logo

#428ddc Color Hex

#428DDC
(66,141,220)
0 Favorites   0 Comments

Color spaces of #428ddc

RGB 66141220
HSL0.590.690.56
HSV211°70°86°
CMYK 0.700.360.00   0.14
XYZ24.689925.375371.3068
Yxy25.37530.20340.2091
Hunter Lab50.3739-0.6656-48.6663
CIE-Lab57.43932.4805-47.0621

#428ddc color RGB value is (66,141,220).

#428ddc hex color red value is 66, green value is 141 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #428ddc hue: 0.59 , saturation: 0.69 and the lightness value of 428ddc is 0.56.

The process color (four color CMYK) of #428ddc color hex is 0.70, 0.36, 0.00, 0.14. Web safe color of #428ddc is #3399cc. Color #428ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001101 11011100
Octal 102 215 334
Decimal 66 141 220
Hex 42 8D DC

RGB Percentages of Color #428ddc

%15.46
%33.02
%51.52

CMYK Percentages of Color #428ddc

%70
%36
%0
%14

Triadic Colors of #428ddc

#428ddc #dc428d #8ddc42

Analogous Colors of #428ddc

#428ddc #4442dc #42dadc

Monochromatic Colors of #428ddc

#428ddc

Complementary Color

#428ddc #dc9142

#428ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#428ddc Color CSS Codes

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

#428ddc Text Font Color

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

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


#428ddc Background Color

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

This div background color is #428ddc


#428ddc Border Color

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

This div border color is #428ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428ddc


Comments

No comments written yet.

Please login to write comment.