Color Hex Logo

#428799 Color Hex

#428799
(66,135,153)
0 Favorites   0 Comments

Color spaces of #428799

RGB 66135153
HSL0.530.400.43
HSV192°57°60°
CMYK 0.570.120.00   0.40
XYZ16.660520.786133.2710
Yxy20.78610.23560.2939
Hunter Lab45.5918-14.5568-11.3532
CIE-Lab52.7146-16.3586-16.2362

#428799 color RGB value is (66,135,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000111 10011001
Octal 102 207 231
Decimal 66 135 153
Hex 42 87 99

RGB Percentages of Color #428799

%18.64
%38.14
%43.22

CMYK Percentages of Color #428799

%57
%12
%0
%40

Triadic Colors of #428799

#428799 #994287 #879942

Analogous Colors of #428799

#428799 #425c99 #429980

Monochromatic Colors of #428799

#428799

Complementary Color

#428799 #995442

#428799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428799 Color CSS Codes

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

#428799 Text Font Color

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

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


#428799 Background Color

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

This div background color is #428799


#428799 Border Color

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

This div border color is #428799


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,135,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 #428799">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428799


Comments

No comments written yet.

Please login to write comment.