Color Hex Logo

#668382 Color Hex

#668382
(102,131,130)
0 Favorites   0 Comments

Color spaces of #668382

RGB 102131130
HSL0.490.120.46
HSV178°22°51°
CMYK 0.220.000.01   0.49
XYZ17.625120.669124.1797
Yxy20.66910.28210.3308
Hunter Lab45.4633-10.36030.2908
CIE-Lab52.5854-10.5024-2.8631

#668382 color RGB value is (102,131,130).

#668382 hex color red value is 102, green value is 131 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #668382 hue: 0.49 , saturation: 0.12 and the lightness value of 668382 is 0.46.

The process color (four color CMYK) of #668382 color hex is 0.22, 0.00, 0.01, 0.49. Web safe color of #668382 is #669999. Color #668382 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10000011 10000010
Octal 146 203 202
Decimal 102 131 130
Hex 66 83 82

RGB Percentages of Color #668382

%28.10
%36.09
%35.81

CMYK Percentages of Color #668382

%22
%0
%1
%49

Triadic Colors of #668382

#668382 #826683 #838266

Analogous Colors of #668382

#668382 #667683 #668374

Monochromatic Colors of #668382

#668382

Complementary Color

#668382 #836667

#668382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#668382 Color CSS Codes

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

#668382 Text Font Color

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

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


#668382 Background Color

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

This div background color is #668382


#668382 Border Color

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

This div border color is #668382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668382


Comments

No comments written yet.

Please login to write comment.