Color Hex Logo

#6bfdba Color Hex

#6BFDBA
(107,253,186)
0 Favorites   0 Comments

Color spaces of #6bfdba

RGB 107253186
HSL0.420.970.71
HSV152°58°99°
CMYK 0.580.000.26   0.01
XYZ50.051676.921558.6637
Yxy76.92150.26960.4144
Hunter Lab87.7049-51.616921.7358
CIE-Lab90.2855-54.360920.5088

#6bfdba color RGB value is (107,253,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11111101 10111010
Octal 153 375 272
Decimal 107 253 186
Hex 6B FD BA

RGB Percentages of Color #6bfdba

%19.60
%46.34
%34.07

CMYK Percentages of Color #6bfdba

%58
%0
%26
%1

Triadic Colors of #6bfdba

#6bfdba #ba6bfd #fdba6b

Analogous Colors of #6bfdba

#6bfdba #6bf7fd #6bfd71

Monochromatic Colors of #6bfdba

#6bfdba

Complementary Color

#6bfdba #fd6bae

#6bfdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bfdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bfdba Color CSS Codes

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

#6bfdba Text Font Color

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

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


#6bfdba Background Color

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

This div background color is #6bfdba


#6bfdba Border Color

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

This div border color is #6bfdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bfdba


Comments

No comments written yet.

Please login to write comment.