Color Hex Logo

#67acaa Color Hex

#67ACAA
(103,172,170)
0 Favorites   0 Comments

Color spaces of #67acaa

RGB 103172170
HSL0.500.290.54
HSV178°40°67°
CMYK 0.400.000.01   0.33
XYZ27.601735.290943.3873
Yxy35.29090.25970.3321
Hunter Lab59.4061-21.0248-1.7182
CIE-Lab65.9745-22.2309-5.8385

#67acaa color RGB value is (103,172,170).

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

The process color (four color CMYK) of #67acaa color hex is 0.40, 0.00, 0.01, 0.33. Web safe color of #67acaa is #669999. Color #67acaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101100 10101010
Octal 147 254 252
Decimal 103 172 170
Hex 67 AC AA

RGB Percentages of Color #67acaa

%23.15
%38.65
%38.20

CMYK Percentages of Color #67acaa

%40
%0
%1
%33

Triadic Colors of #67acaa

#67acaa #aa67ac #acaa67

Analogous Colors of #67acaa

#67acaa #678cac #67ac88

Monochromatic Colors of #67acaa

#67acaa

Complementary Color

#67acaa #ac6769

#67acaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67acaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#67acaa Color CSS Codes

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

#67acaa Text Font Color

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

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


#67acaa Background Color

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

This div background color is #67acaa


#67acaa Border Color

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

This div border color is #67acaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,172,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 #67acaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67acaa


Comments

No comments written yet.

Please login to write comment.