Color Hex Logo

#428886 Color Hex

#428886
(66,136,134)
0 Favorites   0 Comments

Color spaces of #428886

RGB 66136134
HSL0.500.350.40
HSV178°51°53°
CMYK 0.510.000.01   0.47
XYZ15.354020.487825.6996
Yxy20.48780.24950.3329
Hunter Lab45.2635-18.6613-1.9792
CIE-Lab52.3843-22.4494-5.6961

#428886 color RGB value is (66,136,134).

#428886 hex color red value is 66, green value is 136 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #428886 hue: 0.50 , saturation: 0.35 and the lightness value of 428886 is 0.40.

The process color (four color CMYK) of #428886 color hex is 0.51, 0.00, 0.01, 0.47. Web safe color of #428886 is #339999. Color #428886 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001000 10000110
Octal 102 210 206
Decimal 66 136 134
Hex 42 88 86

RGB Percentages of Color #428886

%19.64
%40.48
%39.88

CMYK Percentages of Color #428886

%51
%0
%1
%47

Triadic Colors of #428886

#428886 #864288 #888642

Analogous Colors of #428886

#428886 #426788 #428863

Monochromatic Colors of #428886

#428886

Complementary Color

#428886 #884244

#428886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428886 Color CSS Codes

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

#428886 Text Font Color

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

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


#428886 Background Color

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

This div background color is #428886


#428886 Border Color

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

This div border color is #428886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428886


Comments

No comments written yet.

Please login to write comment.