Color Hex Logo

#428deb Color Hex

#428DEB
(66,141,235)
0 Favorites   0 Comments

Color spaces of #428deb

RGB 66141235
HSL0.590.810.59
HSV213°72°92°
CMYK 0.720.400.00   0.08
XYZ26.767026.206282.2448
Yxy26.20620.19800.1938
Hunter Lab51.19203.7472-59.4206
CIE-Lab58.23237.7691-54.1565

#428deb color RGB value is (66,141,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001101 11101011
Octal 102 215 353
Decimal 66 141 235
Hex 42 8D EB

RGB Percentages of Color #428deb

%14.93
%31.90
%53.17

CMYK Percentages of Color #428deb

%72
%40
%0
%8

Triadic Colors of #428deb

#428deb #eb428d #8deb42

Analogous Colors of #428deb

#428deb #4b42eb #42e2eb

Monochromatic Colors of #428deb

#428deb

Complementary Color

#428deb #eba042

#428deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#428deb Color CSS Codes

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

#428deb Text Font Color

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

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


#428deb Background Color

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

This div background color is #428deb


#428deb Border Color

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

This div border color is #428deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428deb


Comments

No comments written yet.

Please login to write comment.