Color Hex Logo

#428cec Color Hex

#428CEC
(66,140,236)
0 Favorites   0 Comments

Color spaces of #428cec

RGB 66140236
HSL0.590.820.59
HSV214°72°93°
CMYK 0.720.410.00   0.07
XYZ26.765225.970582.9590
Yxy25.97050.19720.1914
Hunter Lab50.96134.5672-60.8443
CIE-Lab58.00908.7239-55.0671

#428cec color RGB value is (66,140,236).

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

The process color (four color CMYK) of #428cec color hex is 0.72, 0.41, 0.00, 0.07. Web safe color of #428cec is #3399ff. Color #428cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001100 11101100
Octal 102 214 354
Decimal 66 140 236
Hex 42 8C EC

RGB Percentages of Color #428cec

%14.93
%31.67
%53.39

CMYK Percentages of Color #428cec

%72
%41
%0
%7

Triadic Colors of #428cec

#428cec #ec428c #8cec42

Analogous Colors of #428cec

#428cec #4d42ec #42e1ec

Monochromatic Colors of #428cec

#428cec

Complementary Color

#428cec #eca242

#428cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#428cec Color CSS Codes

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

#428cec Text Font Color

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

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


#428cec Background Color

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

This div background color is #428cec


#428cec Border Color

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

This div border color is #428cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428cec


Comments

No comments written yet.

Please login to write comment.