Color Hex Logo

#68cfaf Color Hex

#68CFAF
(104,207,175)
0 Favorites   0 Comments

Color spaces of #68cfaf

RGB 104207175
HSL0.450.520.61
HSV161°50°81°
CMYK 0.500.000.15   0.19
XYZ35.759650.663848.4518
Yxy50.66380.26510.3756
Hunter Lab71.1785-34.88529.4658
CIE-Lab76.4749-37.64236.7486

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

#68cfaf hex color red value is 104, green value is 207 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #68cfaf hue: 0.45 , saturation: 0.52 and the lightness value of 68cfaf is 0.61.

The process color (four color CMYK) of #68cfaf color hex is 0.50, 0.00, 0.15, 0.19. Web safe color of #68cfaf is #66cc99. Color #68cfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001111 10101111
Octal 150 317 257
Decimal 104 207 175
Hex 68 CF AF

RGB Percentages of Color #68cfaf

%21.40
%42.59
%36.01

CMYK Percentages of Color #68cfaf

%50
%0
%15
%19

Triadic Colors of #68cfaf

#68cfaf #af68cf #cfaf68

Analogous Colors of #68cfaf

#68cfaf #68bccf #68cf7c

Monochromatic Colors of #68cfaf

#68cfaf

Complementary Color

#68cfaf #cf6888

#68cfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68cfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68cfaf Color CSS Codes

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

#68cfaf Text Font Color

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

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


#68cfaf Background Color

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

This div background color is #68cfaf


#68cfaf Border Color

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

This div border color is #68cfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68cfaf


Comments

No comments written yet.

Please login to write comment.