Color Hex Logo

#428887 Color Hex

#428887
(66,136,135)
0 Favorites   0 Comments

Color spaces of #428887

RGB 66136135
HSL0.500.350.40
HSV179°51°53°
CMYK 0.510.000.01   0.47
XYZ15.424120.515826.0687
Yxy20.51580.24870.3309
Hunter Lab45.2944-18.4805-2.4177
CIE-Lab52.4154-22.1699-6.2313

#428887 color RGB value is (66,136,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001000 10000111
Octal 102 210 207
Decimal 66 136 135
Hex 42 88 87

RGB Percentages of Color #428887

%19.58
%40.36
%40.06

CMYK Percentages of Color #428887

%51
%0
%1
%47

Triadic Colors of #428887

#428887 #874288 #888742

Analogous Colors of #428887

#428887 #426688 #428864

Monochromatic Colors of #428887

#428887

Complementary Color

#428887 #884243

#428887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428887 Color CSS Codes

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

#428887 Text Font Color

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

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


#428887 Background Color

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

This div background color is #428887


#428887 Border Color

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

This div border color is #428887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428887


Comments

No comments written yet.

Please login to write comment.