Color Hex Logo

#428688 Color Hex

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

Color spaces of #428688

RGB 66134136
HSL0.500.350.40
HSV182°51°53°
CMYK 0.510.010.00   0.47
XYZ15.215819.986026.3483
Yxy19.98600.24720.3247
Hunter Lab44.7057-17.4817-3.6499
CIE-Lab51.8214-20.8425-7.6980

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

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

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

Base Numbers

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

RGB Percentages of Color #428688

%19.64
%39.88
%40.48

CMYK Percentages of Color #428688

%51
%1
%0
%47

Triadic Colors of #428688

#428688 #884286 #868842

Analogous Colors of #428688

#428688 #426388 #428867

Monochromatic Colors of #428688

#428688

Complementary Color

#428688 #884442

#428688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428688 Color CSS Codes

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

#428688 Text Font Color

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

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


#428688 Background Color

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

This div background color is #428688


#428688 Border Color

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

This div border color is #428688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428688


Comments

No comments written yet.

Please login to write comment.