Color Hex Logo

#428eee Color Hex

#428EEE
(66,142,238)
0 Favorites   0 Comments

Color spaces of #428eee

RGB 66142238
HSL0.590.830.60
HSV213°72°93°
CMYK 0.720.400.00   0.07
XYZ27.352426.677384.5965
Yxy26.67730.19730.1924
Hunter Lab51.65014.1409-60.9547
CIE-Lab58.67448.2352-55.1139

#428eee color RGB value is (66,142,238).

#428eee hex color red value is 66, green value is 142 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #428eee hue: 0.59 , saturation: 0.83 and the lightness value of 428eee is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001110 11101110
Octal 102 216 356
Decimal 66 142 238
Hex 42 8E EE

RGB Percentages of Color #428eee

%14.80
%31.84
%53.36

CMYK Percentages of Color #428eee

%72
%40
%0
%7

Triadic Colors of #428eee

#428eee #ee428e #8eee42

Analogous Colors of #428eee

#428eee #4c42ee #42e4ee

Monochromatic Colors of #428eee

#428eee

Complementary Color

#428eee #eea242

#428eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#428eee Color CSS Codes

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

#428eee Text Font Color

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

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


#428eee Background Color

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

This div background color is #428eee


#428eee Border Color

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

This div border color is #428eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428eee


Comments

No comments written yet.

Please login to write comment.