Color Hex Logo

#68adaf Color Hex

#68ADAF
(104,173,175)
0 Favorites   0 Comments

Color spaces of #68adaf

RGB 104173175
HSL0.500.310.55
HSV182°41°69°
CMYK 0.410.010.00   0.31
XYZ28.390435.925345.9954
Yxy35.92530.25740.3257
Hunter Lab59.9377-20.3418-3.5419
CIE-Lab66.4628-21.2114-7.8884

#68adaf color RGB value is (104,173,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101101 10101111
Octal 150 255 257
Decimal 104 173 175
Hex 68 AD AF

RGB Percentages of Color #68adaf

%23.01
%38.27
%38.72

CMYK Percentages of Color #68adaf

%41
%1
%0
%31

Triadic Colors of #68adaf

#68adaf #af68ad #adaf68

Analogous Colors of #68adaf

#68adaf #688aaf #68af8e

Monochromatic Colors of #68adaf

#68adaf

Complementary Color

#68adaf #af6a68

#68adaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68adaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68adaf Color CSS Codes

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

#68adaf Text Font Color

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

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


#68adaf Background Color

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

This div background color is #68adaf


#68adaf Border Color

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

This div border color is #68adaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68adaf


Comments

No comments written yet.

Please login to write comment.