Color Hex Logo

#468066 Color Hex

#468066
(70,128,102)
0 Favorites   0 Comments

Color spaces of #468066

RGB 70128102
HSL0.430.290.39
HSV153°45°50°
CMYK 0.450.000.20   0.50
XYZ12.643217.699715.3204
Yxy17.69970.27690.3876
Hunter Lab42.0710-19.98147.8589
CIE-Lab49.1298-25.49558.2689

#468066 color RGB value is (70,128,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000000 01100110
Octal 106 200 146
Decimal 70 128 102
Hex 46 80 66

RGB Percentages of Color #468066

%23.33
%42.67
%34.00

CMYK Percentages of Color #468066

%45
%0
%20
%50

Triadic Colors of #468066

#468066 #664680 #806646

Analogous Colors of #468066

#468066 #467d80 #468049

Monochromatic Colors of #468066

#468066

Complementary Color

#468066 #804660

#468066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#468066 Color CSS Codes

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

#468066 Text Font Color

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

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


#468066 Background Color

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

This div background color is #468066


#468066 Border Color

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

This div border color is #468066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468066


Comments

No comments written yet.

Please login to write comment.