Color Hex Logo

#428196 Color Hex

#428196
(66,129,150)
0 Favorites   0 Comments

Color spaces of #428196

RGB 66129150
HSL0.540.390.42
HSV195°56°59°
CMYK 0.560.140.00   0.41
XYZ15.602019.060831.7109
Yxy19.06080.23510.2872
Hunter Lab43.6587-12.6134-12.5034
CIE-Lab50.7583-13.9823-17.4698

#428196 color RGB value is (66,129,150).

#428196 hex color red value is 66, green value is 129 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #428196 hue: 0.54 , saturation: 0.39 and the lightness value of 428196 is 0.42.

The process color (four color CMYK) of #428196 color hex is 0.56, 0.14, 0.00, 0.41. Web safe color of #428196 is #339999. Color #428196 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000001 10010110
Octal 102 201 226
Decimal 66 129 150
Hex 42 81 96

RGB Percentages of Color #428196

%19.13
%37.39
%43.48

CMYK Percentages of Color #428196

%56
%14
%0
%41

Triadic Colors of #428196

#428196 #964281 #819642

Analogous Colors of #428196

#428196 #425796 #429681

Monochromatic Colors of #428196

#428196

Complementary Color

#428196 #965742

#428196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428196 Color CSS Codes

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

#428196 Text Font Color

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

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


#428196 Background Color

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

This div background color is #428196


#428196 Border Color

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

This div border color is #428196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428196


Comments

No comments written yet.

Please login to write comment.