Color Hex Logo

#428b7d Color Hex

#428B7D
(66,139,125)
0 Favorites   0 Comments

Color spaces of #428b7d

RGB 66139125
HSL0.470.360.40
HSV168°53°55°
CMYK 0.530.000.10   0.45
XYZ15.181121.104222.6754
Yxy21.10420.25750.3579
Hunter Lab45.9393-21.40672.8923
CIE-Lab53.0633-26.40240.5265

#428b7d color RGB value is (66,139,125).

#428b7d hex color red value is 66, green value is 139 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #428b7d hue: 0.47 , saturation: 0.36 and the lightness value of 428b7d is 0.40.

The process color (four color CMYK) of #428b7d color hex is 0.53, 0.00, 0.10, 0.45. Web safe color of #428b7d is #339966. Color #428b7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001011 01111101
Octal 102 213 175
Decimal 66 139 125
Hex 42 8B 7D

RGB Percentages of Color #428b7d

%20.00
%42.12
%37.88

CMYK Percentages of Color #428b7d

%53
%0
%10
%45

Triadic Colors of #428b7d

#428b7d #7d428b #8b7d42

Analogous Colors of #428b7d

#428b7d #42758b #428b59

Monochromatic Colors of #428b7d

#428b7d

Complementary Color

#428b7d #8b4250

#428b7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428b7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#428b7d Color CSS Codes

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

#428b7d Text Font Color

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

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


#428b7d Background Color

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

This div background color is #428b7d


#428b7d Border Color

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

This div border color is #428b7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,139,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #428b7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #428b7d;
  -webkit-box-shadow: 1px 1px 3px 2px #428b7d;
  box-shadow:         1px 1px 3px 2px #428b7d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428b7d


Comments

No comments written yet.

Please login to write comment.