Color Hex Logo

#6ffbdb Color Hex

#6FFBDB
(111,251,219)
0 Favorites   0 Comments

Color spaces of #6ffbdb

RGB 111251219
HSL0.460.950.71
HSV166°56°98°
CMYK 0.560.000.13   0.02
XYZ53.838977.488379.1370
Yxy77.48830.25580.3682
Hunter Lab88.0274-44.87478.3173
CIE-Lab90.5459-45.54603.8804

#6ffbdb color RGB value is (111,251,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11111011 11011011
Octal 157 373 333
Decimal 111 251 219
Hex 6F FB DB

RGB Percentages of Color #6ffbdb

%19.10
%43.20
%37.69

CMYK Percentages of Color #6ffbdb

%56
%0
%13
%2

Triadic Colors of #6ffbdb

#6ffbdb #db6ffb #fbdb6f

Analogous Colors of #6ffbdb

#6ffbdb #6fd5fb #6ffb95

Monochromatic Colors of #6ffbdb

#6ffbdb

Complementary Color

#6ffbdb #fb6f8f

#6ffbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ffbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ffbdb Color CSS Codes

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

#6ffbdb Text Font Color

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

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


#6ffbdb Background Color

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

This div background color is #6ffbdb


#6ffbdb Border Color

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

This div border color is #6ffbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ffbdb


Comments

No comments written yet.

Please login to write comment.