Color Hex Logo

#68a4ac Color Hex

#68A4AC
(104,164,172)
0 Favorites   0 Comments

Color spaces of #68a4ac

RGB 104164172
HSL0.520.290.54
HSV187°40°67°
CMYK 0.400.050.00   0.33
XYZ26.430832.472543.9045
Yxy32.47250.25710.3159
Hunter Lab56.9846-16.9307-5.7914
CIE-Lab63.7315-17.3125-10.2883

#68a4ac color RGB value is (104,164,172).

#68a4ac hex color red value is 104, green value is 164 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #68a4ac hue: 0.52 , saturation: 0.29 and the lightness value of 68a4ac is 0.54.

The process color (four color CMYK) of #68a4ac color hex is 0.40, 0.05, 0.00, 0.33. Web safe color of #68a4ac is #669999. Color #68a4ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10100100 10101100
Octal 150 244 254
Decimal 104 164 172
Hex 68 A4 AC

RGB Percentages of Color #68a4ac

%23.64
%37.27
%39.09

CMYK Percentages of Color #68a4ac

%40
%5
%0
%33

Triadic Colors of #68a4ac

#68a4ac #ac68a4 #a4ac68

Analogous Colors of #68a4ac

#68a4ac #6882ac #68ac92

Monochromatic Colors of #68a4ac

#68a4ac

Complementary Color

#68a4ac #ac7068

#68a4ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68a4ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#68a4ac Color CSS Codes

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

#68a4ac Text Font Color

<p style="color:#68a4ac">Text here</p>

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


#68a4ac Background Color

<div style="background-color:#68a4ac">
Div content here</div>

This div background color is #68a4ac


#68a4ac Border Color

<div style="border:3px solid #68a4ac">
Div here</div>

This div border color is #68a4ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,164,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68a4ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68a4ac;
  -webkit-box-shadow: 1px 1px 3px 2px #68a4ac;
  box-shadow:         1px 1px 3px 2px #68a4ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,164,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 #68a4ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68a4ac


Comments

No comments written yet.

Please login to write comment.