Color Hex Logo

#428dda Color Hex

#428DDA
(66,141,218)
0 Favorites   0 Comments

Color spaces of #428dda

RGB 66141218
HSL0.580.670.56
HSV210°70°85°
CMYK 0.700.350.00   0.15
XYZ24.426525.270069.9198
Yxy25.27000.20420.2113
Hunter Lab50.2693-1.2357-47.2783
CIE-Lab57.33761.7804-46.1040

#428dda color RGB value is (66,141,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001101 11011010
Octal 102 215 332
Decimal 66 141 218
Hex 42 8D DA

RGB Percentages of Color #428dda

%15.53
%33.18
%51.29

CMYK Percentages of Color #428dda

%70
%35
%0
%15

Triadic Colors of #428dda

#428dda #da428d #8dda42

Analogous Colors of #428dda

#428dda #4342da #42d9da

Monochromatic Colors of #428dda

#428dda

Complementary Color

#428dda #da8f42

#428dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#428dda Color CSS Codes

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

#428dda Text Font Color

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

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


#428dda Background Color

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

This div background color is #428dda


#428dda Border Color

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

This div border color is #428dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428dda


Comments

No comments written yet.

Please login to write comment.