Color Hex Logo

#66788d Color Hex

#66788D
(102,120,141)
0 Favorites   0 Comments

Color spaces of #66788d

RGB 102120141
HSL0.590.160.48
HSV212°28°55°
CMYK 0.280.150.00   0.45
XYZ17.003718.180827.8124
Yxy18.18080.26990.2886
Hunter Lab42.6389-3.4353-8.8262
CIE-Lab49.7147-1.5195-13.5972

#66788d color RGB value is (102,120,141).

#66788d hex color red value is 102, green value is 120 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #66788d hue: 0.59 , saturation: 0.16 and the lightness value of 66788d is 0.48.

The process color (four color CMYK) of #66788d color hex is 0.28, 0.15, 0.00, 0.45. Web safe color of #66788d is #666699. Color #66788d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01111000 10001101
Octal 146 170 215
Decimal 102 120 141
Hex 66 78 8D

RGB Percentages of Color #66788d

%28.10
%33.06
%38.84

CMYK Percentages of Color #66788d

%28
%15
%0
%45

Triadic Colors of #66788d

#66788d #8d6678 #788d66

Analogous Colors of #66788d

#66788d #68668d #668c8d

Monochromatic Colors of #66788d

#66788d

Complementary Color

#66788d #8d7b66

#66788d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66788d Color Preview on White Background

Lorem ipsum dolor sit amet.

#66788d Color CSS Codes

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

#66788d Text Font Color

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

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


#66788d Background Color

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

This div background color is #66788d


#66788d Border Color

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

This div border color is #66788d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,120,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66788d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66788d;
  -webkit-box-shadow: 1px 1px 3px 2px #66788d;
  box-shadow:         1px 1px 3px 2px #66788d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66788d


Comments

No comments written yet.

Please login to write comment.