Color Hex Logo

#6ffdbf Color Hex

#6FFDBF
(111,253,191)
0 Favorites   0 Comments

Color spaces of #6ffdbf

RGB 111253191
HSL0.430.970.71
HSV154°56°99°
CMYK 0.560.000.25   0.01
XYZ51.084877.391761.5359
Yxy77.39170.26880.4073
Hunter Lab87.9726-50.298820.1080
CIE-Lab90.5016-52.533118.2676

#6ffdbf color RGB value is (111,253,191).

#6ffdbf hex color red value is 111, green value is 253 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6ffdbf hue: 0.43 , saturation: 0.97 and the lightness value of 6ffdbf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11111101 10111111
Octal 157 375 277
Decimal 111 253 191
Hex 6F FD BF

RGB Percentages of Color #6ffdbf

%20.00
%45.59
%34.41

CMYK Percentages of Color #6ffdbf

%56
%0
%25
%1

Triadic Colors of #6ffdbf

#6ffdbf #bf6ffd #fdbf6f

Analogous Colors of #6ffdbf

#6ffdbf #6ff4fd #6ffd78

Monochromatic Colors of #6ffdbf

#6ffdbf

Complementary Color

#6ffdbf #fd6fad

#6ffdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ffdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ffdbf Color CSS Codes

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

#6ffdbf Text Font Color

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

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


#6ffdbf Background Color

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

This div background color is #6ffdbf


#6ffdbf Border Color

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

This div border color is #6ffdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ffdbf


Comments

No comments written yet.

Please login to write comment.