Color Hex Logo

#428798 Color Hex

#428798
(66,135,152)
0 Favorites   0 Comments

Color spaces of #428798

RGB 66135152
HSL0.530.390.43
HSV192°57°60°
CMYK 0.570.110.00   0.40
XYZ16.578220.753232.8378
Yxy20.75320.23630.2958
Hunter Lab45.5557-14.7644-10.8489
CIE-Lab52.6783-16.6638-15.7115

#428798 color RGB value is (66,135,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000111 10011000
Octal 102 207 230
Decimal 66 135 152
Hex 42 87 98

RGB Percentages of Color #428798

%18.70
%38.24
%43.06

CMYK Percentages of Color #428798

%57
%11
%0
%40

Triadic Colors of #428798

#428798 #984287 #879842

Analogous Colors of #428798

#428798 #425c98 #42987e

Monochromatic Colors of #428798

#428798

Complementary Color

#428798 #985342

#428798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428798 Color CSS Codes

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

#428798 Text Font Color

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

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


#428798 Background Color

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

This div background color is #428798


#428798 Border Color

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

This div border color is #428798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428798


Comments

No comments written yet.

Please login to write comment.