Color Hex Logo

#688181 Color Hex

#688181
(104,129,129)
0 Favorites   0 Comments

Color spaces of #688181

RGB 104129129
HSL0.500.110.46
HSV180°19°51°
CMYK 0.190.000.00   0.49
XYZ17.521620.228523.7499
Yxy20.22850.28490.3289
Hunter Lab44.9761-9.16890.1748
CIE-Lab52.0946-8.9459-2.9874

#688181 color RGB value is (104,129,129).

#688181 hex color red value is 104, green value is 129 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #688181 hue: 0.50 , saturation: 0.11 and the lightness value of 688181 is 0.46.

The process color (four color CMYK) of #688181 color hex is 0.19, 0.00, 0.00, 0.49. Web safe color of #688181 is #669999. Color #688181 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000001 10000001
Octal 150 201 201
Decimal 104 129 129
Hex 68 81 81

RGB Percentages of Color #688181

%28.73
%35.64
%35.64

CMYK Percentages of Color #688181

%19
%0
%0
%49

Triadic Colors of #688181

#688181 #816881 #818168

Analogous Colors of #688181

#688181 #687581 #688175

Monochromatic Colors of #688181

#688181

Complementary Color

#688181 #816868

#688181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#688181 Color CSS Codes

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

#688181 Text Font Color

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

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


#688181 Background Color

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

This div background color is #688181


#688181 Border Color

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

This div border color is #688181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688181


Comments

No comments written yet.

Please login to write comment.