Color Hex Logo

#428baf Color Hex

#428BAF
(66,139,175)
0 Favorites   0 Comments

Color spaces of #428baf

RGB 66139175
HSL0.560.450.47
HSV200°62°69°
CMYK 0.620.210.00   0.31
XYZ19.217222.718643.9297
Yxy22.71860.22380.2646
Hunter Lab47.6640-11.4444-21.2800
CIE-Lab54.7813-11.6284-25.7480

#428baf color RGB value is (66,139,175).

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

The process color (four color CMYK) of #428baf color hex is 0.62, 0.21, 0.00, 0.31. Web safe color of #428baf is #339999. Color #428baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001011 10101111
Octal 102 213 257
Decimal 66 139 175
Hex 42 8B AF

RGB Percentages of Color #428baf

%17.37
%36.58
%46.05

CMYK Percentages of Color #428baf

%62
%21
%0
%31

Triadic Colors of #428baf

#428baf #af428b #8baf42

Analogous Colors of #428baf

#428baf #4254af #42af9d

Monochromatic Colors of #428baf

#428baf

Complementary Color

#428baf #af6642

#428baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#428baf Color CSS Codes

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

#428baf Text Font Color

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

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


#428baf Background Color

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

This div background color is #428baf


#428baf Border Color

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

This div border color is #428baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428baf


Comments

No comments written yet.

Please login to write comment.