Color Hex Logo

#67ccaa Color Hex

#67CCAA
(103,204,170)
0 Favorites   0 Comments

Color spaces of #67ccaa

RGB 103204170
HSL0.440.500.60
HSV160°50°80°
CMYK 0.500.000.17   0.20
XYZ34.442148.971645.6674
Yxy48.97160.26680.3794
Hunter Lab69.9797-34.611710.2943
CIE-Lab75.4337-37.64277.9361

#67ccaa color RGB value is (103,204,170).

#67ccaa hex color red value is 103, green value is 204 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #67ccaa hue: 0.44 , saturation: 0.50 and the lightness value of 67ccaa is 0.60.

The process color (four color CMYK) of #67ccaa color hex is 0.50, 0.00, 0.17, 0.20. Web safe color of #67ccaa is #66cc99. Color #67ccaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 11001100 10101010
Octal 147 314 252
Decimal 103 204 170
Hex 67 CC AA

RGB Percentages of Color #67ccaa

%21.59
%42.77
%35.64

CMYK Percentages of Color #67ccaa

%50
%0
%17
%20

Triadic Colors of #67ccaa

#67ccaa #aa67cc #ccaa67

Analogous Colors of #67ccaa

#67ccaa #67bccc #67cc78

Monochromatic Colors of #67ccaa

#67ccaa

Complementary Color

#67ccaa #cc6789

#67ccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67ccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#67ccaa Color CSS Codes

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

#67ccaa Text Font Color

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

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


#67ccaa Background Color

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

This div background color is #67ccaa


#67ccaa Border Color

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

This div border color is #67ccaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,204,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67ccaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67ccaa;
  -webkit-box-shadow: 1px 1px 3px 2px #67ccaa;
  box-shadow:         1px 1px 3px 2px #67ccaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,204,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67ccaa


Comments

No comments written yet.

Please login to write comment.