Color Hex Logo

#68acaf Color Hex

#68ACAF
(104,172,175)
0 Favorites   0 Comments

Color spaces of #68acaf

RGB 104172175
HSL0.510.310.55
HSV183°41°69°
CMYK 0.410.020.00   0.31
XYZ28.199335.543245.9317
Yxy35.54320.25710.3241
Hunter Lab59.6181-19.9014-3.9462
CIE-Lab66.1694-20.6983-8.3250

#68acaf color RGB value is (104,172,175).

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

The process color (four color CMYK) of #68acaf color hex is 0.41, 0.02, 0.00, 0.31. Web safe color of #68acaf is #669999. Color #68acaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101100 10101111
Octal 150 254 257
Decimal 104 172 175
Hex 68 AC AF

RGB Percentages of Color #68acaf

%23.06
%38.14
%38.80

CMYK Percentages of Color #68acaf

%41
%2
%0
%31

Triadic Colors of #68acaf

#68acaf #af68ac #acaf68

Analogous Colors of #68acaf

#68acaf #6889af #68af8f

Monochromatic Colors of #68acaf

#68acaf

Complementary Color

#68acaf #af6b68

#68acaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68acaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68acaf Color CSS Codes

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

#68acaf Text Font Color

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

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


#68acaf Background Color

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

This div background color is #68acaf


#68acaf Border Color

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

This div border color is #68acaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68acaf


Comments

No comments written yet.

Please login to write comment.