Color Hex Logo

#428eab Color Hex

#428EAB
(66,142,171)
0 Favorites   0 Comments

Color spaces of #428eab

RGB 66142171
HSL0.550.440.46
HSV197°61°67°
CMYK 0.610.170.00   0.33
XYZ19.270523.444542.0377
Yxy23.44450.22740.2766
Hunter Lab48.4195-13.6929-17.5818
CIE-Lab55.5273-14.5728-22.3089

#428eab color RGB value is (66,142,171).

#428eab hex color red value is 66, green value is 142 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #428eab hue: 0.55 , saturation: 0.44 and the lightness value of 428eab is 0.46.

The process color (four color CMYK) of #428eab color hex is 0.61, 0.17, 0.00, 0.33. Web safe color of #428eab is #339999. Color #428eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001110 10101011
Octal 102 216 253
Decimal 66 142 171
Hex 42 8E AB

RGB Percentages of Color #428eab

%17.41
%37.47
%45.12

CMYK Percentages of Color #428eab

%61
%17
%0
%33

Triadic Colors of #428eab

#428eab #ab428e #8eab42

Analogous Colors of #428eab

#428eab #425aab #42ab94

Monochromatic Colors of #428eab

#428eab

Complementary Color

#428eab #ab5f42

#428eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#428eab Color CSS Codes

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

#428eab Text Font Color

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

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


#428eab Background Color

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

This div background color is #428eab


#428eab Border Color

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

This div border color is #428eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428eab


Comments

No comments written yet.

Please login to write comment.