Color Hex Logo

#468868 Color Hex

#468868
(70,136,104)
0 Favorites   0 Comments

Color spaces of #468868

RGB 70136104
HSL0.420.320.40
HSV151°49°53°
CMYK 0.490.000.24   0.47
XYZ13.828619.909916.2108
Yxy19.90990.27690.3986
Hunter Lab44.6205-22.76599.6941
CIE-Lab51.7352-28.985710.7834

#468868 color RGB value is (70,136,104).

#468868 hex color red value is 70, green value is 136 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #468868 hue: 0.42 , saturation: 0.32 and the lightness value of 468868 is 0.40.

The process color (four color CMYK) of #468868 color hex is 0.49, 0.00, 0.24, 0.47. Web safe color of #468868 is #339966. Color #468868 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001000 01101000
Octal 106 210 150
Decimal 70 136 104
Hex 46 88 68

RGB Percentages of Color #468868

%22.58
%43.87
%33.55

CMYK Percentages of Color #468868

%49
%0
%24
%47

Triadic Colors of #468868

#468868 #684688 #886846

Analogous Colors of #468868

#468868 #468788 #468847

Monochromatic Colors of #468868

#468868

Complementary Color

#468868 #884666

#468868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#468868 Color CSS Codes

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

#468868 Text Font Color

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

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


#468868 Background Color

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

This div background color is #468868


#468868 Border Color

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

This div border color is #468868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468868


Comments

No comments written yet.

Please login to write comment.