Color Hex Logo

#67afac Color Hex

#67AFAC
(103,175,172)
0 Favorites   0 Comments

Color spaces of #67afac

RGB 103175172
HSL0.490.310.55
HSV178°41°69°
CMYK 0.410.000.02   0.31
XYZ28.369936.522144.5839
Yxy36.52210.25910.3336
Hunter Lab60.4335-21.9636-1.4368
CIE-Lab66.9169-23.2493-5.5544

#67afac color RGB value is (103,175,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101111 10101100
Octal 147 257 254
Decimal 103 175 172
Hex 67 AF AC

RGB Percentages of Color #67afac

%22.89
%38.89
%38.22

CMYK Percentages of Color #67afac

%41
%0
%2
%31

Triadic Colors of #67afac

#67afac #ac67af #afac67

Analogous Colors of #67afac

#67afac #678eaf #67af88

Monochromatic Colors of #67afac

#67afac

Complementary Color

#67afac #af676a

#67afac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67afac Color Preview on White Background

Lorem ipsum dolor sit amet.

#67afac Color CSS Codes

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

#67afac Text Font Color

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

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


#67afac Background Color

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

This div background color is #67afac


#67afac Border Color

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

This div border color is #67afac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67afac


Comments

No comments written yet.

Please login to write comment.