Color Hex Logo

#428099 Color Hex

#428099
(66,128,153)
0 Favorites   0 Comments

Color spaces of #428099

RGB 66128153
HSL0.550.400.43
HSV197°57°60°
CMYK 0.570.160.00   0.40
XYZ15.715718.896532.9561
Yxy18.89650.23260.2797
Hunter Lab43.4701-11.5398-14.5206
CIE-Lab50.5659-12.4897-19.5145

#428099 color RGB value is (66,128,153).

#428099 hex color red value is 66, green value is 128 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #428099 hue: 0.55 , saturation: 0.40 and the lightness value of 428099 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000000 10011001
Octal 102 200 231
Decimal 66 128 153
Hex 42 80 99

RGB Percentages of Color #428099

%19.02
%36.89
%44.09

CMYK Percentages of Color #428099

%57
%16
%0
%40

Triadic Colors of #428099

#428099 #994280 #809942

Analogous Colors of #428099

#428099 #425499 #429987

Monochromatic Colors of #428099

#428099

Complementary Color

#428099 #995b42

#428099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428099 Color CSS Codes

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

#428099 Text Font Color

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

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


#428099 Background Color

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

This div background color is #428099


#428099 Border Color

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

This div border color is #428099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428099


Comments

No comments written yet.

Please login to write comment.