Color Hex Logo

#68fbaf Color Hex

#68FBAF
(104,251,175)
0 Favorites   0 Comments

Color spaces of #68fbaf

RGB 104251175
HSL0.410.950.70
HSV149°59°98°
CMYK 0.590.000.30   0.02
XYZ47.944075.032652.5133
Yxy75.03260.27320.4276
Hunter Lab86.6214-52.789524.6910
CIE-Lab89.4083-56.328724.8949

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

#68fbaf hex color red value is 104, green value is 251 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #68fbaf hue: 0.41 , saturation: 0.95 and the lightness value of 68fbaf is 0.70.

The process color (four color CMYK) of #68fbaf color hex is 0.59, 0.00, 0.30, 0.02. Web safe color of #68fbaf is #66ff99. Color #68fbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11111011 10101111
Octal 150 373 257
Decimal 104 251 175
Hex 68 FB AF

RGB Percentages of Color #68fbaf

%19.62
%47.36
%33.02

CMYK Percentages of Color #68fbaf

%59
%0
%30
%2

Triadic Colors of #68fbaf

#68fbaf #af68fb #fbaf68

Analogous Colors of #68fbaf

#68fbaf #68fbf9 #6bfb68

Monochromatic Colors of #68fbaf

#68fbaf

Complementary Color

#68fbaf #fb68b4

#68fbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68fbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68fbaf Color CSS Codes

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

#68fbaf Text Font Color

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

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


#68fbaf Background Color

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

This div background color is #68fbaf


#68fbaf Border Color

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

This div border color is #68fbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68fbaf


Comments

No comments written yet.

Please login to write comment.