Color Hex Logo

#428998 Color Hex

#428998
(66,137,152)
0 Favorites   0 Comments

Color spaces of #428998

RGB 66137152
HSL0.530.390.43
HSV190°57°60°
CMYK 0.570.100.00   0.40
XYZ16.859921.316632.9317
Yxy21.31660.23710.2998
Hunter Lab46.1699-15.6143-9.9710
CIE-Lab53.2943-17.7452-14.7772

#428998 color RGB value is (66,137,152).

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

The process color (four color CMYK) of #428998 color hex is 0.57, 0.10, 0.00, 0.40. Web safe color of #428998 is #339999. Color #428998 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001001 10011000
Octal 102 211 230
Decimal 66 137 152
Hex 42 89 98

RGB Percentages of Color #428998

%18.59
%38.59
%42.82

CMYK Percentages of Color #428998

%57
%10
%0
%40

Triadic Colors of #428998

#428998 #984289 #899842

Analogous Colors of #428998

#428998 #425e98 #42987c

Monochromatic Colors of #428998

#428998

Complementary Color

#428998 #985142

#428998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428998 Color CSS Codes

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

#428998 Text Font Color

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

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


#428998 Background Color

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

This div background color is #428998


#428998 Border Color

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

This div border color is #428998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428998

#428998 Color Palettes


Comments

No comments written yet.

Please login to write comment.