Color Hex Logo

#428bad Color Hex

#428BAD
(66,139,173)
0 Favorites   0 Comments

Color spaces of #428bad

RGB 66139173
HSL0.550.450.47
HSV199°62°68°
CMYK 0.620.200.00   0.32
XYZ19.022222.640642.9027
Yxy22.64060.22490.2677
Hunter Lab47.5821-11.9087-20.1517
CIE-Lab54.7002-12.2748-24.7270

#428bad color RGB value is (66,139,173).

#428bad hex color red value is 66, green value is 139 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #428bad hue: 0.55 , saturation: 0.45 and the lightness value of 428bad is 0.47.

The process color (four color CMYK) of #428bad color hex is 0.62, 0.20, 0.00, 0.32. Web safe color of #428bad is #339999. Color #428bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001011 10101101
Octal 102 213 255
Decimal 66 139 173
Hex 42 8B AD

RGB Percentages of Color #428bad

%17.46
%36.77
%45.77

CMYK Percentages of Color #428bad

%62
%20
%0
%32

Triadic Colors of #428bad

#428bad #ad428b #8bad42

Analogous Colors of #428bad

#428bad #4256ad #42ad9a

Monochromatic Colors of #428bad

#428bad

Complementary Color

#428bad #ad6442

#428bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#428bad Color CSS Codes

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

#428bad Text Font Color

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

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


#428bad Background Color

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

This div background color is #428bad


#428bad Border Color

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

This div border color is #428bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428bad


Comments

No comments written yet.

Please login to write comment.