Color Hex Logo

#428189 Color Hex

#428189
(66,129,137)
0 Favorites   0 Comments

Color spaces of #428189

RGB 66129137
HSL0.520.350.40
HSV187°52°54°
CMYK 0.520.060.00   0.46
XYZ14.612418.664926.4994
Yxy18.66490.24440.3122
Hunter Lab43.2029-15.2315-6.1247
CIE-Lab50.2928-17.8912-10.5712

#428189 color RGB value is (66,129,137).

#428189 hex color red value is 66, green value is 129 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #428189 hue: 0.52 , saturation: 0.35 and the lightness value of 428189 is 0.40.

The process color (four color CMYK) of #428189 color hex is 0.52, 0.06, 0.00, 0.46. Web safe color of #428189 is #339999. Color #428189 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000001 10001001
Octal 102 201 211
Decimal 66 129 137
Hex 42 81 89

RGB Percentages of Color #428189

%19.88
%38.86
%41.27

CMYK Percentages of Color #428189

%52
%6
%0
%46

Triadic Colors of #428189

#428189 #894281 #818942

Analogous Colors of #428189

#428189 #425e89 #42896e

Monochromatic Colors of #428189

#428189

Complementary Color

#428189 #894a42

#428189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428189 Color CSS Codes

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

#428189 Text Font Color

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

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


#428189 Background Color

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

This div background color is #428189


#428189 Border Color

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

This div border color is #428189


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,129,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #428189; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #428189;
  -webkit-box-shadow: 1px 1px 3px 2px #428189;
  box-shadow:         1px 1px 3px 2px #428189; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428189


Comments

No comments written yet.

Please login to write comment.