Color Hex Logo

#68927f Color Hex

#68927F
(104,146,127)
0 Favorites   0 Comments

Color spaces of #68927f

RGB 104146127
HSL0.420.170.49
HSV153°29°57°
CMYK 0.290.000.13   0.43
XYZ19.818625.033123.8660
Yxy25.03310.28840.3643
Hunter Lab50.0331-16.85236.7416
CIE-Lab57.1077-18.62595.4599

#68927f color RGB value is (104,146,127).

#68927f hex color red value is 104, green value is 146 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #68927f hue: 0.42 , saturation: 0.17 and the lightness value of 68927f is 0.49.

The process color (four color CMYK) of #68927f color hex is 0.29, 0.00, 0.13, 0.43. Web safe color of #68927f is #669966. Color #68927f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010010 01111111
Octal 150 222 177
Decimal 104 146 127
Hex 68 92 7F

RGB Percentages of Color #68927f

%27.59
%38.73
%33.69

CMYK Percentages of Color #68927f

%29
%0
%13
%43

Triadic Colors of #68927f

#68927f #7f6892 #927f68

Analogous Colors of #68927f

#68927f #689092 #68926a

Monochromatic Colors of #68927f

#68927f

Complementary Color

#68927f #92687b

#68927f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68927f Color Preview on White Background

Lorem ipsum dolor sit amet.

#68927f Color CSS Codes

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

#68927f Text Font Color

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

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


#68927f Background Color

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

This div background color is #68927f


#68927f Border Color

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

This div border color is #68927f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,146,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68927f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68927f;
  -webkit-box-shadow: 1px 1px 3px 2px #68927f;
  box-shadow:         1px 1px 3px 2px #68927f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68927f


Comments

No comments written yet.

Please login to write comment.