Color Hex Logo

#668e9d Color Hex

#668E9D
(102,142,157)
0 Favorites   0 Comments

Color spaces of #668e9d

RGB 102142157
HSL0.550.220.51
HSV196°35°62°
CMYK 0.350.100.00   0.38
XYZ21.238324.605135.5282
Yxy24.60510.26100.3024
Hunter Lab49.6035-10.3794-7.7436
CIE-Lab56.6886-9.9026-12.3644

#668e9d color RGB value is (102,142,157).

#668e9d hex color red value is 102, green value is 142 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #668e9d hue: 0.55 , saturation: 0.22 and the lightness value of 668e9d is 0.51.

The process color (four color CMYK) of #668e9d color hex is 0.35, 0.10, 0.00, 0.38. Web safe color of #668e9d is #669999. Color #668e9d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001110 10011101
Octal 146 216 235
Decimal 102 142 157
Hex 66 8E 9D

RGB Percentages of Color #668e9d

%25.44
%35.41
%39.15

CMYK Percentages of Color #668e9d

%35
%10
%0
%38

Triadic Colors of #668e9d

#668e9d #9d668e #8e9d66

Analogous Colors of #668e9d

#668e9d #66739d #669d91

Monochromatic Colors of #668e9d

#668e9d

Complementary Color

#668e9d #9d7566

#668e9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668e9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#668e9d Color CSS Codes

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

#668e9d Text Font Color

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

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


#668e9d Background Color

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

This div background color is #668e9d


#668e9d Border Color

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

This div border color is #668e9d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,142,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #668e9d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #668e9d;
  -webkit-box-shadow: 1px 1px 3px 2px #668e9d;
  box-shadow:         1px 1px 3px 2px #668e9d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668e9d


Comments

No comments written yet.

Please login to write comment.