Color Hex Logo

#468076 Color Hex

#468076
(70,128,118)
0 Favorites   0 Comments

Color spaces of #468076

RGB 70128118
HSL0.470.290.39
HSV170°45°50°
CMYK 0.450.000.08   0.50
XYZ13.515018.048419.9109
Yxy18.04840.26260.3506
Hunter Lab42.4834-17.56081.9507
CIE-Lab49.5548-21.5904-0.4949

#468076 color RGB value is (70,128,118).

#468076 hex color red value is 70, green value is 128 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #468076 hue: 0.47 , saturation: 0.29 and the lightness value of 468076 is 0.39.

The process color (four color CMYK) of #468076 color hex is 0.45, 0.00, 0.08, 0.50. Web safe color of #468076 is #339966. Color #468076 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000000 01110110
Octal 106 200 166
Decimal 70 128 118
Hex 46 80 76

RGB Percentages of Color #468076

%22.15
%40.51
%37.34

CMYK Percentages of Color #468076

%45
%0
%8
%50

Triadic Colors of #468076

#468076 #764680 #807646

Analogous Colors of #468076

#468076 #466d80 #468059

Monochromatic Colors of #468076

#468076

Complementary Color

#468076 #804650

#468076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#468076 Color CSS Codes

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

#468076 Text Font Color

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

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


#468076 Background Color

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

This div background color is #468076


#468076 Border Color

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

This div border color is #468076


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,128,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #468076; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #468076;
  -webkit-box-shadow: 1px 1px 3px 2px #468076;
  box-shadow:         1px 1px 3px 2px #468076; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,128,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468076


Comments

No comments written yet.

Please login to write comment.