Color Hex Logo

#669481 Color Hex

#669481
(102,148,129)
0 Favorites   0 Comments

Color spaces of #669481

RGB 102148129
HSL0.430.180.49
HSV155°31°58°
CMYK 0.310.000.13   0.42
XYZ20.031825.589624.6524
Yxy25.58960.28510.3641
Hunter Lab50.5862-17.84096.5162
CIE-Lab57.6454-19.88455.0769

#669481 color RGB value is (102,148,129).

#669481 hex color red value is 102, green value is 148 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #669481 hue: 0.43 , saturation: 0.18 and the lightness value of 669481 is 0.49.

The process color (four color CMYK) of #669481 color hex is 0.31, 0.00, 0.13, 0.42. Web safe color of #669481 is #669999. Color #669481 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10010100 10000001
Octal 146 224 201
Decimal 102 148 129
Hex 66 94 81

RGB Percentages of Color #669481

%26.91
%39.05
%34.04

CMYK Percentages of Color #669481

%31
%0
%13
%42

Triadic Colors of #669481

#669481 #816694 #948166

Analogous Colors of #669481

#669481 #669094 #66946a

Monochromatic Colors of #669481

#669481

Complementary Color

#669481 #946679

#669481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#669481 Color CSS Codes

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

#669481 Text Font Color

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

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


#669481 Background Color

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

This div background color is #669481


#669481 Border Color

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

This div border color is #669481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669481


Comments

No comments written yet.

Please login to write comment.