Color Hex Logo

#428abe Color Hex

#428ABE
(66,138,190)
0 Favorites   0 Comments

Color spaces of #428abe

RGB 66138190
HSL0.570.490.50
HSV205°65°75°
CMYK 0.650.270.00   0.25
XYZ20.629523.052952.0776
Yxy23.05290.21540.2407
Hunter Lab48.0134-7.3290-30.6993
CIE-Lab55.1268-6.0978-33.7761

#428abe color RGB value is (66,138,190).

#428abe hex color red value is 66, green value is 138 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #428abe hue: 0.57 , saturation: 0.49 and the lightness value of 428abe is 0.50.

The process color (four color CMYK) of #428abe color hex is 0.65, 0.27, 0.00, 0.25. Web safe color of #428abe is #3399cc. Color #428abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001010 10111110
Octal 102 212 276
Decimal 66 138 190
Hex 42 8A BE

RGB Percentages of Color #428abe

%16.75
%35.03
%48.22

CMYK Percentages of Color #428abe

%65
%27
%0
%25

Triadic Colors of #428abe

#428abe #be428a #8abe42

Analogous Colors of #428abe

#428abe #424cbe #42beb4

Monochromatic Colors of #428abe

#428abe

Complementary Color

#428abe #be7642

#428abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#428abe Color CSS Codes

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

#428abe Text Font Color

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

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


#428abe Background Color

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

This div background color is #428abe


#428abe Border Color

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

This div border color is #428abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428abe


Comments

No comments written yet.

Please login to write comment.