Color Hex Logo

#428ceb Color Hex

#428CEB
(66,140,235)
0 Favorites   0 Comments

Color spaces of #428ceb

RGB 66140235
HSL0.590.810.59
HSV214°72°92°
CMYK 0.720.400.00   0.08
XYZ26.620225.912682.1959
Yxy25.91260.19760.1923
Hunter Lab50.90444.2629-60.1031
CIE-Lab57.95408.3682-54.6001

#428ceb color RGB value is (66,140,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001100 11101011
Octal 102 214 353
Decimal 66 140 235
Hex 42 8C EB

RGB Percentages of Color #428ceb

%14.97
%31.75
%53.29

CMYK Percentages of Color #428ceb

%72
%40
%0
%8

Triadic Colors of #428ceb

#428ceb #eb428c #8ceb42

Analogous Colors of #428ceb

#428ceb #4c42eb #42e1eb

Monochromatic Colors of #428ceb

#428ceb

Complementary Color

#428ceb #eba142

#428ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#428ceb Color CSS Codes

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

#428ceb Text Font Color

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

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


#428ceb Background Color

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

This div background color is #428ceb


#428ceb Border Color

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

This div border color is #428ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,140,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 #428ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428ceb


Comments

No comments written yet.

Please login to write comment.