Color Hex Logo

#428f8d Color Hex

#428F8D
(66,143,141)
0 Favorites   0 Comments

Color spaces of #428f8d

RGB 66143141
HSL0.500.370.41
HSV178°54°56°
CMYK 0.540.000.01   0.44
XYZ16.876922.726328.6964
Yxy22.72630.24710.3327
Hunter Lab47.6721-20.2335-2.3194
CIE-Lab54.7893-24.0949-6.1784

#428f8d color RGB value is (66,143,141).

#428f8d hex color red value is 66, green value is 143 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #428f8d hue: 0.50 , saturation: 0.37 and the lightness value of 428f8d is 0.41.

The process color (four color CMYK) of #428f8d color hex is 0.54, 0.00, 0.01, 0.44. Web safe color of #428f8d is #339999. Color #428f8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001111 10001101
Octal 102 217 215
Decimal 66 143 141
Hex 42 8F 8D

RGB Percentages of Color #428f8d

%18.86
%40.86
%40.29

CMYK Percentages of Color #428f8d

%54
%0
%1
%44

Triadic Colors of #428f8d

#428f8d #8d428f #8f8d42

Analogous Colors of #428f8d

#428f8d #426b8f #428f67

Monochromatic Colors of #428f8d

#428f8d

Complementary Color

#428f8d #8f4244

#428f8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428f8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#428f8d Color CSS Codes

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

#428f8d Text Font Color

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

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


#428f8d Background Color

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

This div background color is #428f8d


#428f8d Border Color

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

This div border color is #428f8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428f8d


Comments

No comments written yet.

Please login to write comment.