Color Hex Logo

#428987 Color Hex

#428987
(66,137,135)
0 Favorites   0 Comments

Color spaces of #428987

RGB 66137135
HSL0.500.350.40
HSV178°52°54°
CMYK 0.520.000.01   0.46
XYZ15.565620.798826.1159
Yxy20.79880.24910.3329
Hunter Lab45.6057-18.8865-2.0282
CIE-Lab52.7286-22.6882-5.7663

#428987 color RGB value is (66,137,135).

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

The process color (four color CMYK) of #428987 color hex is 0.52, 0.00, 0.01, 0.46. Web safe color of #428987 is #339999. Color #428987 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001001 10000111
Octal 102 211 207
Decimal 66 137 135
Hex 42 89 87

RGB Percentages of Color #428987

%19.53
%40.53
%39.94

CMYK Percentages of Color #428987

%52
%0
%1
%46

Triadic Colors of #428987

#428987 #874289 #898742

Analogous Colors of #428987

#428987 #426889 #428964

Monochromatic Colors of #428987

#428987

Complementary Color

#428987 #894244

#428987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428987 Color CSS Codes

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

#428987 Text Font Color

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

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


#428987 Background Color

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

This div background color is #428987


#428987 Border Color

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

This div border color is #428987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428987


Comments

No comments written yet.

Please login to write comment.