Color Hex Logo

#428fba Color Hex

#428FBA
(66,143,186)
0 Favorites   0 Comments

Color spaces of #428fba

RGB 66143186
HSL0.560.480.49
HSV202°65°73°
CMYK 0.650.230.00   0.27
XYZ20.932224.348350.0508
Yxy24.34830.21960.2554
Hunter Lab49.3440-10.6306-25.5985
CIE-Lab56.4348-10.2735-29.4648

#428fba color RGB value is (66,143,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001111 10111010
Octal 102 217 272
Decimal 66 143 186
Hex 42 8F BA

RGB Percentages of Color #428fba

%16.71
%36.20
%47.09

CMYK Percentages of Color #428fba

%65
%23
%0
%27

Triadic Colors of #428fba

#428fba #ba428f #8fba42

Analogous Colors of #428fba

#428fba #4253ba #42baa9

Monochromatic Colors of #428fba

#428fba

Complementary Color

#428fba #ba6d42

#428fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#428fba Color CSS Codes

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

#428fba Text Font Color

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

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


#428fba Background Color

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

This div background color is #428fba


#428fba Border Color

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

This div border color is #428fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428fba


Comments

No comments written yet.

Please login to write comment.