Color Hex Logo

#68afaf Color Hex

#68AFAF
(104,175,175)
0 Favorites   0 Comments

Color spaces of #68afaf

RGB 104175175
HSL0.500.310.55
HSV180°41°69°
CMYK 0.410.000.00   0.31
XYZ28.776836.698146.1242
Yxy36.69810.25790.3288
Hunter Lab60.5790-21.2204-2.7375
CIE-Lab67.0499-22.2325-7.0161

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101111 10101111
Octal 150 257 257
Decimal 104 175 175
Hex 68 AF AF

RGB Percentages of Color #68afaf

%22.91
%38.55
%38.55

CMYK Percentages of Color #68afaf

%41
%0
%0
%31

Triadic Colors of #68afaf

#68afaf #af68af #afaf68

Analogous Colors of #68afaf

#68afaf #688caf #68af8c

Monochromatic Colors of #68afaf

#68afaf

Complementary Color

#68afaf #af6868

#68afaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68afaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68afaf Color CSS Codes

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

#68afaf Text Font Color

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

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


#68afaf Background Color

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

This div background color is #68afaf


#68afaf Border Color

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

This div border color is #68afaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68afaf


Comments

No comments written yet.

Please login to write comment.