Color Hex Logo

#67aeac Color Hex

#67AEAC
(103,174,172)
0 Favorites   0 Comments

Color spaces of #67aeac

RGB 103174172
HSL0.500.300.54
HSV178°41°68°
CMYK 0.410.000.01   0.32
XYZ28.176036.134244.5193
Yxy36.13420.25890.3320
Hunter Lab60.1117-21.5277-1.8325
CIE-Lab66.6223-22.7425-5.9906

#67aeac color RGB value is (103,174,172).

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

The process color (four color CMYK) of #67aeac color hex is 0.41, 0.00, 0.01, 0.32. Web safe color of #67aeac is #669999. Color #67aeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101110 10101100
Octal 147 256 254
Decimal 103 174 172
Hex 67 AE AC

RGB Percentages of Color #67aeac

%22.94
%38.75
%38.31

CMYK Percentages of Color #67aeac

%41
%0
%1
%32

Triadic Colors of #67aeac

#67aeac #ac67ae #aeac67

Analogous Colors of #67aeac

#67aeac #678dae #67ae89

Monochromatic Colors of #67aeac

#67aeac

Complementary Color

#67aeac #ae6769

#67aeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67aeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#67aeac Color CSS Codes

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

#67aeac Text Font Color

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

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


#67aeac Background Color

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

This div background color is #67aeac


#67aeac Border Color

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

This div border color is #67aeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67aeac


Comments

No comments written yet.

Please login to write comment.