Color Hex Logo

#6bfbda Color Hex

#6BFBDA
(107,251,218)
0 Favorites   0 Comments

Color spaces of #6bfbda

RGB 107251218
HSL0.460.950.70
HSV166°57°98°
CMYK 0.570.000.13   0.02
XYZ53.215577.182178.4226
Yxy77.18210.25480.3696
Hunter Lab87.8533-45.62048.5719
CIE-Lab90.4054-46.54324.1809

#6bfbda color RGB value is (107,251,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11111011 11011010
Octal 153 373 332
Decimal 107 251 218
Hex 6B FB DA

RGB Percentages of Color #6bfbda

%18.58
%43.58
%37.85

CMYK Percentages of Color #6bfbda

%57
%0
%13
%2

Triadic Colors of #6bfbda

#6bfbda #da6bfb #fbda6b

Analogous Colors of #6bfbda

#6bfbda #6bd4fb #6bfb92

Monochromatic Colors of #6bfbda

#6bfbda

Complementary Color

#6bfbda #fb6b8c

#6bfbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bfbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bfbda Color CSS Codes

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

#6bfbda Text Font Color

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

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


#6bfbda Background Color

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

This div background color is #6bfbda


#6bfbda Border Color

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

This div border color is #6bfbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bfbda


Comments

No comments written yet.

Please login to write comment.