Color Hex Logo

#428dbb Color Hex

#428DBB
(66,141,187)
0 Favorites   0 Comments

Color spaces of #428dbb

RGB 66141187
HSL0.560.480.50
HSV203°65°73°
CMYK 0.650.250.00   0.27
XYZ20.741323.795950.5136
Yxy23.79590.21820.2503
Hunter Lab48.7810-9.4701-27.2491
CIE-Lab55.8829-8.8150-30.8908

#428dbb color RGB value is (66,141,187).

#428dbb hex color red value is 66, green value is 141 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #428dbb hue: 0.56 , saturation: 0.48 and the lightness value of 428dbb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001101 10111011
Octal 102 215 273
Decimal 66 141 187
Hex 42 8D BB

RGB Percentages of Color #428dbb

%16.75
%35.79
%47.46

CMYK Percentages of Color #428dbb

%65
%25
%0
%27

Triadic Colors of #428dbb

#428dbb #bb428d #8dbb42

Analogous Colors of #428dbb

#428dbb #4251bb #42bbad

Monochromatic Colors of #428dbb

#428dbb

Complementary Color

#428dbb #bb7042

#428dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#428dbb Color CSS Codes

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

#428dbb Text Font Color

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

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


#428dbb Background Color

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

This div background color is #428dbb


#428dbb Border Color

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

This div border color is #428dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428dbb


Comments

No comments written yet.

Please login to write comment.