Color Hex Logo

#428fde Color Hex

#428FDE
(66,143,222)
0 Favorites   0 Comments

Color spaces of #428fde

RGB 66143222
HSL0.580.700.56
HSV210°70°87°
CMYK 0.700.360.00   0.13
XYZ25.254026.077172.8096
Yxy26.07710.20340.2101
Hunter Lab51.0657-1.0898-48.7897
CIE-Lab58.11022.0002-47.1170

#428fde color RGB value is (66,143,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001111 11011110
Octal 102 217 336
Decimal 66 143 222
Hex 42 8F DE

RGB Percentages of Color #428fde

%15.31
%33.18
%51.51

CMYK Percentages of Color #428fde

%70
%36
%0
%13

Triadic Colors of #428fde

#428fde #de428f #8fde42

Analogous Colors of #428fde

#428fde #4342de #42ddde

Monochromatic Colors of #428fde

#428fde

Complementary Color

#428fde #de9142

#428fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#428fde Color CSS Codes

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

#428fde Text Font Color

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

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


#428fde Background Color

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

This div background color is #428fde


#428fde Border Color

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

This div border color is #428fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428fde


Comments

No comments written yet.

Please login to write comment.