Color Hex Logo

#428cbb Color Hex

#428CBB
(66,140,187)
0 Favorites   0 Comments

Color spaces of #428cbb

RGB 66140187
HSL0.560.480.50
HSV203°65°73°
CMYK 0.650.250.00   0.27
XYZ20.594523.502350.4647
Yxy23.50230.21780.2485
Hunter Lab48.4792-9.0097-27.7829
CIE-Lab55.5860-8.2473-31.3527

#428cbb color RGB value is (66,140,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001100 10111011
Octal 102 214 273
Decimal 66 140 187
Hex 42 8C BB

RGB Percentages of Color #428cbb

%16.79
%35.62
%47.58

CMYK Percentages of Color #428cbb

%65
%25
%0
%27

Triadic Colors of #428cbb

#428cbb #bb428c #8cbb42

Analogous Colors of #428cbb

#428cbb #4250bb #42bbae

Monochromatic Colors of #428cbb

#428cbb

Complementary Color

#428cbb #bb7142

#428cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#428cbb Color CSS Codes

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

#428cbb Text Font Color

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

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


#428cbb Background Color

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

This div background color is #428cbb


#428cbb Border Color

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

This div border color is #428cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428cbb


Comments

No comments written yet.

Please login to write comment.