Color Hex Logo

#6ffbaf Color Hex

#6FFBAF
(111,251,175)
0 Favorites   0 Comments

Color spaces of #6ffbaf

RGB 111251175
HSL0.410.950.71
HSV147°56°98°
CMYK 0.560.000.30   0.02
XYZ48.790675.469052.5529
Yxy75.46900.27590.4268
Hunter Lab86.8729-51.776324.9441
CIE-Lab89.6122-54.878725.2072

#6ffbaf color RGB value is (111,251,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11111011 10101111
Octal 157 373 257
Decimal 111 251 175
Hex 6F FB AF

RGB Percentages of Color #6ffbaf

%20.67
%46.74
%32.59

CMYK Percentages of Color #6ffbaf

%56
%0
%30
%2

Triadic Colors of #6ffbaf

#6ffbaf #af6ffb #fbaf6f

Analogous Colors of #6ffbaf

#6ffbaf #6ffbf5 #75fb6f

Monochromatic Colors of #6ffbaf

#6ffbaf

Complementary Color

#6ffbaf #fb6fbb

#6ffbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ffbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ffbaf Color CSS Codes

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

#6ffbaf Text Font Color

<p style="color:#6ffbaf">Text here</p>

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


#6ffbaf Background Color

<div style="background-color:#6ffbaf">
Div content here</div>

This div background color is #6ffbaf


#6ffbaf Border Color

<div style="border:3px solid #6ffbaf">
Div here</div>

This div border color is #6ffbaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,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 #6ffbaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ffbaf


Comments

No comments written yet.

Please login to write comment.