Color Hex Logo

#428eed Color Hex

#428EED
(66,142,237)
0 Favorites   0 Comments

Color spaces of #428eed

RGB 66142237
HSL0.590.830.59
HSV213°72°93°
CMYK 0.720.400.00   0.07
XYZ27.205826.618783.8248
Yxy26.61870.19760.1934
Hunter Lab51.59333.8370-60.2145
CIE-Lab58.61977.8802-54.6474

#428eed color RGB value is (66,142,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001110 11101101
Octal 102 216 355
Decimal 66 142 237
Hex 42 8E ED

RGB Percentages of Color #428eed

%14.83
%31.91
%53.26

CMYK Percentages of Color #428eed

%72
%40
%0
%7

Triadic Colors of #428eed

#428eed #ed428e #8eed42

Analogous Colors of #428eed

#428eed #4b42ed #42e4ed

Monochromatic Colors of #428eed

#428eed

Complementary Color

#428eed #eda142

#428eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#428eed Color CSS Codes

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

#428eed Text Font Color

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

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


#428eed Background Color

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

This div background color is #428eed


#428eed Border Color

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

This div border color is #428eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428eed


Comments

No comments written yet.

Please login to write comment.