Color Hex Logo

#428cfd Color Hex

#428CFD
(66,140,253)
0 Favorites   0 Comments

Color spaces of #428cfd

RGB 66140253
HSL0.600.980.63
HSV216°74°99°
CMYK 0.740.450.00   0.01
XYZ29.354527.006396.5941
Yxy27.00630.19190.1766
Hunter Lab51.96769.8845-73.8272
CIE-Lab58.980214.7827-62.8974

#428cfd color RGB value is (66,140,253).

#428cfd hex color red value is 66, green value is 140 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #428cfd hue: 0.60 , saturation: 0.98 and the lightness value of 428cfd is 0.63.

The process color (four color CMYK) of #428cfd color hex is 0.74, 0.45, 0.00, 0.01. Web safe color of #428cfd is #3399ff. Color #428cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001100 11111101
Octal 102 214 375
Decimal 66 140 253
Hex 42 8C FD

RGB Percentages of Color #428cfd

%14.38
%30.50
%55.12

CMYK Percentages of Color #428cfd

%74
%45
%0
%1

Triadic Colors of #428cfd

#428cfd #fd428c #8cfd42

Analogous Colors of #428cfd

#428cfd #5542fd #42eafd

Monochromatic Colors of #428cfd

#428cfd

Complementary Color

#428cfd #fdb342

#428cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#428cfd Color CSS Codes

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

#428cfd Text Font Color

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

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


#428cfd Background Color

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

This div background color is #428cfd


#428cfd Border Color

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

This div border color is #428cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428cfd


Comments

No comments written yet.

Please login to write comment.