Color Hex Logo

#6bffbb Color Hex

#6BFFBB
(107,255,187)
0 Favorites   0 Comments

Color spaces of #6bffbb

RGB 107255187
HSL0.421.000.71
HSV152°58°100°
CMYK 0.580.000.27   0.00
XYZ50.793078.233759.4372
Yxy78.23370.26950.4151
Hunter Lab88.4498-52.282222.0727
CIE-Lab90.8864-54.967520.8328

#6bffbb color RGB value is (107,255,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11111111 10111011
Octal 153 377 273
Decimal 107 255 187
Hex 6B FF BB

RGB Percentages of Color #6bffbb

%19.49
%46.45
%34.06

CMYK Percentages of Color #6bffbb

%58
%0
%27
%0

Triadic Colors of #6bffbb

#6bffbb #bb6bff #ffbb6b

Analogous Colors of #6bffbb

#6bffbb #6bf9ff #6bff71

Monochromatic Colors of #6bffbb

#6bffbb

Complementary Color

#6bffbb #ff6baf

#6bffbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bffbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bffbb Color CSS Codes

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

#6bffbb Text Font Color

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

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


#6bffbb Background Color

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

This div background color is #6bffbb


#6bffbb Border Color

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

This div border color is #6bffbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bffbb


Comments

No comments written yet.

Please login to write comment.