Color Hex Logo

#66a395 Color Hex

#66A395
(102,163,149)
0 Favorites   0 Comments

Color spaces of #66a395

RGB 102163149
HSL0.460.250.52
HSV166°37°64°
CMYK 0.370.000.09   0.36
XYZ24.001531.189133.1889
Yxy31.18910.27160.3529
Hunter Lab55.8472-21.01853.8582
CIE-Lab62.6669-23.04561.0339

#66a395 color RGB value is (102,163,149).

#66a395 hex color red value is 102, green value is 163 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #66a395 hue: 0.46 , saturation: 0.25 and the lightness value of 66a395 is 0.52.

The process color (four color CMYK) of #66a395 color hex is 0.37, 0.00, 0.09, 0.36. Web safe color of #66a395 is #669999. Color #66a395 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10100011 10010101
Octal 146 243 225
Decimal 102 163 149
Hex 66 A3 95

RGB Percentages of Color #66a395

%24.64
%39.37
%35.99

CMYK Percentages of Color #66a395

%37
%0
%9
%36

Triadic Colors of #66a395

#66a395 #9566a3 #a39566

Analogous Colors of #66a395

#66a395 #6693a3 #66a377

Monochromatic Colors of #66a395

#66a395

Complementary Color

#66a395 #a36674

#66a395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66a395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66a395 Color CSS Codes

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

#66a395 Text Font Color

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

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


#66a395 Background Color

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

This div background color is #66a395


#66a395 Border Color

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

This div border color is #66a395


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,163,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66a395; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66a395;
  -webkit-box-shadow: 1px 1px 3px 2px #66a395;
  box-shadow:         1px 1px 3px 2px #66a395; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66a395


Comments

No comments written yet.

Please login to write comment.