Color Hex Logo

#68bfaa Color Hex

#68BFAA
(104,191,170)
0 Favorites   0 Comments

Color spaces of #68bfaa

RGB 104191170
HSL0.460.400.58
HSV166°46°75°
CMYK 0.460.000.11   0.25
XYZ31.595443.106944.6854
Yxy43.10690.26460.3611
Hunter Lab65.6558-28.99865.6063
CIE-Lab71.6275-31.34132.4546

#68bfaa color RGB value is (104,191,170).

#68bfaa hex color red value is 104, green value is 191 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #68bfaa hue: 0.46 , saturation: 0.40 and the lightness value of 68bfaa is 0.58.

The process color (four color CMYK) of #68bfaa color hex is 0.46, 0.00, 0.11, 0.25. Web safe color of #68bfaa is #66cc99. Color #68bfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111111 10101010
Octal 150 277 252
Decimal 104 191 170
Hex 68 BF AA

RGB Percentages of Color #68bfaa

%22.37
%41.08
%36.56

CMYK Percentages of Color #68bfaa

%46
%0
%11
%25

Triadic Colors of #68bfaa

#68bfaa #aa68bf #bfaa68

Analogous Colors of #68bfaa

#68bfaa #68a9bf #68bf7f

Monochromatic Colors of #68bfaa

#68bfaa

Complementary Color

#68bfaa #bf687d

#68bfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68bfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#68bfaa Color CSS Codes

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

#68bfaa Text Font Color

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

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


#68bfaa Background Color

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

This div background color is #68bfaa


#68bfaa Border Color

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

This div border color is #68bfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68bfaa


Comments

No comments written yet.

Please login to write comment.