Color Hex Logo

#428893 Color Hex

#428893
(66,136,147)
0 Favorites   0 Comments

Color spaces of #428893

RGB 66136147
HSL0.520.380.42
HSV188°55°58°
CMYK 0.550.070.00   0.42
XYZ16.317420.873230.7727
Yxy20.87320.24010.3071
Hunter Lab45.6872-16.2005-7.9539
CIE-Lab52.8104-18.7059-12.6111

#428893 color RGB value is (66,136,147).

#428893 hex color red value is 66, green value is 136 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #428893 hue: 0.52 , saturation: 0.38 and the lightness value of 428893 is 0.42.

The process color (four color CMYK) of #428893 color hex is 0.55, 0.07, 0.00, 0.42. Web safe color of #428893 is #339999. Color #428893 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001000 10010011
Octal 102 210 223
Decimal 66 136 147
Hex 42 88 93

RGB Percentages of Color #428893

%18.91
%38.97
%42.12

CMYK Percentages of Color #428893

%55
%7
%0
%42

Triadic Colors of #428893

#428893 #934288 #889342

Analogous Colors of #428893

#428893 #425f93 #429376

Monochromatic Colors of #428893

#428893

Complementary Color

#428893 #934d42

#428893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428893 Color CSS Codes

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

#428893 Text Font Color

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

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


#428893 Background Color

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

This div background color is #428893


#428893 Border Color

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

This div border color is #428893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428893


Comments

No comments written yet.

Please login to write comment.