Color Hex Logo

#428996 Color Hex

#428996
(66,137,150)
0 Favorites   0 Comments

Color spaces of #428996

RGB 66137150
HSL0.530.390.42
HSV189°56°59°
CMYK 0.560.090.00   0.41
XYZ16.697421.251632.0761
Yxy21.25160.23840.3035
Hunter Lab46.0995-16.0207-8.9845
CIE-Lab53.2238-18.3468-13.7259

#428996 color RGB value is (66,137,150).

#428996 hex color red value is 66, green value is 137 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #428996 hue: 0.53 , saturation: 0.39 and the lightness value of 428996 is 0.42.

The process color (four color CMYK) of #428996 color hex is 0.56, 0.09, 0.00, 0.41. Web safe color of #428996 is #339999. Color #428996 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001001 10010110
Octal 102 211 226
Decimal 66 137 150
Hex 42 89 96

RGB Percentages of Color #428996

%18.70
%38.81
%42.49

CMYK Percentages of Color #428996

%56
%9
%0
%41

Triadic Colors of #428996

#428996 #964289 #899642

Analogous Colors of #428996

#428996 #425f96 #429679

Monochromatic Colors of #428996

#428996

Complementary Color

#428996 #964f42

#428996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428996 Color CSS Codes

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

#428996 Text Font Color

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

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


#428996 Background Color

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

This div background color is #428996


#428996 Border Color

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

This div border color is #428996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428996


Comments

No comments written yet.

Please login to write comment.