Color Hex Logo

#688288 Color Hex

#688288
(104,130,136)
0 Favorites   0 Comments

Color spaces of #688288

RGB 104130136
HSL0.530.130.47
HSV191°24°53°
CMYK 0.240.040.00   0.47
XYZ18.135520.685926.3295
Yxy20.68590.27840.3175
Hunter Lab45.4818-8.4176-2.4859
CIE-Lab52.6040-7.8564-6.3190

#688288 color RGB value is (104,130,136).

#688288 hex color red value is 104, green value is 130 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #688288 hue: 0.53 , saturation: 0.13 and the lightness value of 688288 is 0.47.

The process color (four color CMYK) of #688288 color hex is 0.24, 0.04, 0.00, 0.47. Web safe color of #688288 is #669999. Color #688288 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000010 10001000
Octal 150 202 210
Decimal 104 130 136
Hex 68 82 88

RGB Percentages of Color #688288

%28.11
%35.14
%36.76

CMYK Percentages of Color #688288

%24
%4
%0
%47

Triadic Colors of #688288

#688288 #886882 #828868

Analogous Colors of #688288

#688288 #687288 #68887e

Monochromatic Colors of #688288

#688288

Complementary Color

#688288 #886e68

#688288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#688288 Color CSS Codes

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

#688288 Text Font Color

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

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


#688288 Background Color

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

This div background color is #688288


#688288 Border Color

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

This div border color is #688288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688288


Comments

No comments written yet.

Please login to write comment.