Color Hex Logo

#667886 Color Hex

#667886
(102,120,134)
1 Favorites   0 Comments

Color spaces of #667886

RGB 102120134
HSL0.570.140.46
HSV206°24°53°
CMYK 0.240.100.00   0.47
XYZ16.499017.979025.1549
Yxy17.97900.27670.3015
Hunter Lab42.4017-4.7464-5.4928
CIE-Lab49.4706-3.2831-9.8402

#667886 color RGB value is (102,120,134).

#667886 hex color red value is 102, green value is 120 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #667886 hue: 0.57 , saturation: 0.14 and the lightness value of 667886 is 0.46.

The process color (four color CMYK) of #667886 color hex is 0.24, 0.10, 0.00, 0.47. Web safe color of #667886 is #666699. Color #667886 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01111000 10000110
Octal 146 170 206
Decimal 102 120 134
Hex 66 78 86

RGB Percentages of Color #667886

%28.65
%33.71
%37.64

CMYK Percentages of Color #667886

%24
%10
%0
%47

Triadic Colors of #667886

#667886 #866678 #788666

Analogous Colors of #667886

#667886 #666886 #668684

Monochromatic Colors of #667886

#667886

Complementary Color

#667886 #867466

#667886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#667886 Color CSS Codes

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

#667886 Text Font Color

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

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


#667886 Background Color

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

This div background color is #667886


#667886 Border Color

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

This div border color is #667886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667886


Comments

No comments written yet.

Please login to write comment.