Color Hex Logo

#669690 Color Hex

#669690
(102,150,144)
0 Favorites   0 Comments

Color spaces of #669690

RGB 102150144
HSL0.480.190.49
HSV173°32°59°
CMYK 0.320.000.04   0.41
XYZ21.419926.651130.4008
Yxy26.65110.27300.3396
Hunter Lab51.6247-16.28081.2225
CIE-Lab58.6500-17.4944-2.0120

#669690 color RGB value is (102,150,144).

#669690 hex color red value is 102, green value is 150 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #669690 hue: 0.48 , saturation: 0.19 and the lightness value of 669690 is 0.49.

The process color (four color CMYK) of #669690 color hex is 0.32, 0.00, 0.04, 0.41. Web safe color of #669690 is #669999. Color #669690 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10010110 10010000
Octal 146 226 220
Decimal 102 150 144
Hex 66 96 90

RGB Percentages of Color #669690

%25.76
%37.88
%36.36

CMYK Percentages of Color #669690

%32
%0
%4
%41

Triadic Colors of #669690

#669690 #906696 #969066

Analogous Colors of #669690

#669690 #668496 #669678

Monochromatic Colors of #669690

#669690

Complementary Color

#669690 #96666c

#669690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#669690 Color CSS Codes

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

#669690 Text Font Color

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

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


#669690 Background Color

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

This div background color is #669690


#669690 Border Color

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

This div border color is #669690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669690


Comments

No comments written yet.

Please login to write comment.