Color Hex Logo

#67afaa Color Hex

#67AFAA
(103,175,170)
0 Favorites   0 Comments

Color spaces of #67afaa

RGB 103175170
HSL0.490.310.55
HSV176°41°69°
CMYK 0.410.000.03   0.31
XYZ28.179236.445843.5798
Yxy36.44580.26040.3368
Hunter Lab60.3704-22.3293-0.5407
CIE-Lab66.8592-23.7506-4.5306

#67afaa color RGB value is (103,175,170).

#67afaa hex color red value is 103, green value is 175 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #67afaa hue: 0.49 , saturation: 0.31 and the lightness value of 67afaa is 0.55.

The process color (four color CMYK) of #67afaa color hex is 0.41, 0.00, 0.03, 0.31. Web safe color of #67afaa is #669999. Color #67afaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101111 10101010
Octal 147 257 252
Decimal 103 175 170
Hex 67 AF AA

RGB Percentages of Color #67afaa

%22.99
%39.06
%37.95

CMYK Percentages of Color #67afaa

%41
%0
%3
%31

Triadic Colors of #67afaa

#67afaa #aa67af #afaa67

Analogous Colors of #67afaa

#67afaa #6790af #67af86

Monochromatic Colors of #67afaa

#67afaa

Complementary Color

#67afaa #af676c

#67afaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67afaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#67afaa Color CSS Codes

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

#67afaa Text Font Color

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

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


#67afaa Background Color

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

This div background color is #67afaa


#67afaa Border Color

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

This div border color is #67afaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67afaa


Comments

No comments written yet.

Please login to write comment.