Color Hex Logo

#68daaf Color Hex

#68DAAF
(104,218,175)
0 Favorites   0 Comments

Color spaces of #68daaf

RGB 104218175
HSL0.440.610.63
HSV157°52°85°
CMYK 0.520.000.20   0.15
XYZ38.518256.181049.3713
Yxy56.18100.26740.3900
Hunter Lab74.9540-39.439913.4142
CIE-Lab79.7167-42.562911.3780

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011010 10101111
Octal 150 332 257
Decimal 104 218 175
Hex 68 DA AF

RGB Percentages of Color #68daaf

%20.93
%43.86
%35.21

CMYK Percentages of Color #68daaf

%52
%0
%20
%15

Triadic Colors of #68daaf

#68daaf #af68da #daaf68

Analogous Colors of #68daaf

#68daaf #68ccda #68da76

Monochromatic Colors of #68daaf

#68daaf

Complementary Color

#68daaf #da6893

#68daaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68daaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68daaf Color CSS Codes

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

#68daaf Text Font Color

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

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


#68daaf Background Color

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

This div background color is #68daaf


#68daaf Border Color

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

This div border color is #68daaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68daaf


Comments

No comments written yet.

Please login to write comment.