Color Hex Logo

#6ffbde Color Hex

#6FFBDE
(111,251,222)
0 Favorites   0 Comments

Color spaces of #6ffbde

RGB 111251222
HSL0.470.950.71
HSV168°56°98°
CMYK 0.560.000.12   0.02
XYZ54.237577.647881.2361
Yxy77.64780.25450.3643
Hunter Lab88.1180-44.33807.0231
CIE-Lab90.6189-44.84242.4303

#6ffbde color RGB value is (111,251,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11111011 11011110
Octal 157 373 336
Decimal 111 251 222
Hex 6F FB DE

RGB Percentages of Color #6ffbde

%19.01
%42.98
%38.01

CMYK Percentages of Color #6ffbde

%56
%0
%12
%2

Triadic Colors of #6ffbde

#6ffbde #de6ffb #fbde6f

Analogous Colors of #6ffbde

#6ffbde #6fd2fb #6ffb98

Monochromatic Colors of #6ffbde

#6ffbde

Complementary Color

#6ffbde #fb6f8c

#6ffbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ffbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ffbde Color CSS Codes

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

#6ffbde Text Font Color

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

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


#6ffbde Background Color

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

This div background color is #6ffbde


#6ffbde Border Color

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

This div border color is #6ffbde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,251,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ffbde


Comments

No comments written yet.

Please login to write comment.