Color Hex Logo

#428cdd Color Hex

#428CDD
(66,140,221)
0 Favorites   0 Comments

Color spaces of #428cdd

RGB 66140221
HSL0.590.700.56
HSV211°70°87°
CMYK 0.700.370.00   0.13
XYZ24.676025.134971.9576
Yxy25.13490.20260.2064
Hunter Lab50.13470.1208-50.0037
CIE-Lab57.20663.4234-47.9900

#428cdd color RGB value is (66,140,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001100 11011101
Octal 102 214 335
Decimal 66 140 221
Hex 42 8C DD

RGB Percentages of Color #428cdd

%15.46
%32.79
%51.76

CMYK Percentages of Color #428cdd

%70
%37
%0
%13

Triadic Colors of #428cdd

#428cdd #dd428c #8cdd42

Analogous Colors of #428cdd

#428cdd #4542dd #42dadd

Monochromatic Colors of #428cdd

#428cdd

Complementary Color

#428cdd #dd9342

#428cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#428cdd Color CSS Codes

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

#428cdd Text Font Color

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

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


#428cdd Background Color

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

This div background color is #428cdd


#428cdd Border Color

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

This div border color is #428cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428cdd


Comments

No comments written yet.

Please login to write comment.