Color Hex Logo

#68bfab Color Hex

#68BFAB
(104,191,171)
0 Favorites   0 Comments

Color spaces of #68bfab

RGB 104191171
HSL0.460.400.58
HSV166°46°75°
CMYK 0.460.000.10   0.25
XYZ31.690443.144945.1856
Yxy43.14490.26400.3595
Hunter Lab65.6848-28.82895.1928
CIE-Lab71.6532-31.10551.9464

#68bfab color RGB value is (104,191,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111111 10101011
Octal 150 277 253
Decimal 104 191 171
Hex 68 BF AB

RGB Percentages of Color #68bfab

%22.32
%40.99
%36.70

CMYK Percentages of Color #68bfab

%46
%0
%10
%25

Triadic Colors of #68bfab

#68bfab #ab68bf #bfab68

Analogous Colors of #68bfab

#68bfab #68a8bf #68bf80

Monochromatic Colors of #68bfab

#68bfab

Complementary Color

#68bfab #bf687c

#68bfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68bfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#68bfab Color CSS Codes

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

#68bfab Text Font Color

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

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


#68bfab Background Color

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

This div background color is #68bfab


#68bfab Border Color

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

This div border color is #68bfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68bfab


Comments

No comments written yet.

Please login to write comment.