Color Hex Logo

#6ffbdd Color Hex

#6FFBDD
(111,251,221)
0 Favorites   0 Comments

Color spaces of #6ffbdd

RGB 111251221
HSL0.460.950.71
HSV167°56°98°
CMYK 0.560.000.12   0.02
XYZ54.103977.594380.5322
Yxy77.59430.25490.3656
Hunter Lab88.0876-44.51777.4567
CIE-Lab90.5945-45.07762.9136

#6ffbdd color RGB value is (111,251,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11111011 11011101
Octal 157 373 335
Decimal 111 251 221
Hex 6F FB DD

RGB Percentages of Color #6ffbdd

%19.04
%43.05
%37.91

CMYK Percentages of Color #6ffbdd

%56
%0
%12
%2

Triadic Colors of #6ffbdd

#6ffbdd #dd6ffb #fbdd6f

Analogous Colors of #6ffbdd

#6ffbdd #6fd3fb #6ffb97

Monochromatic Colors of #6ffbdd

#6ffbdd

Complementary Color

#6ffbdd #fb6f8d

#6ffbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ffbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ffbdd Color CSS Codes

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

#6ffbdd Text Font Color

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

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


#6ffbdd Background Color

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

This div background color is #6ffbdd


#6ffbdd Border Color

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

This div border color is #6ffbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ffbdd


Comments

No comments written yet.

Please login to write comment.