Color Hex Logo

#6bdbbe Color Hex

#6BDBBE
(107,219,190)
0 Favorites   0 Comments

Color spaces of #6bdbbe

RGB 107219190
HSL0.460.610.64
HSV164°51°86°
CMYK 0.510.000.13   0.14
XYZ40.689257.506557.6705
Yxy57.50650.26110.3689
Hunter Lab75.8330-36.93137.9935
CIE-Lab80.4636-38.95744.4982

#6bdbbe color RGB value is (107,219,190).

#6bdbbe hex color red value is 107, green value is 219 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6bdbbe hue: 0.46 , saturation: 0.61 and the lightness value of 6bdbbe is 0.64.

The process color (four color CMYK) of #6bdbbe color hex is 0.51, 0.00, 0.13, 0.14. Web safe color of #6bdbbe is #66cccc. Color #6bdbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011011 10111110
Octal 153 333 276
Decimal 107 219 190
Hex 6B DB BE

RGB Percentages of Color #6bdbbe

%20.74
%42.44
%36.82

CMYK Percentages of Color #6bdbbe

%51
%0
%13
%14

Triadic Colors of #6bdbbe

#6bdbbe #be6bdb #dbbe6b

Analogous Colors of #6bdbbe

#6bdbbe #6bc0db #6bdb86

Monochromatic Colors of #6bdbbe

#6bdbbe

Complementary Color

#6bdbbe #db6b88

#6bdbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdbbe Color CSS Codes

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

#6bdbbe Text Font Color

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

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


#6bdbbe Background Color

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

This div background color is #6bdbbe


#6bdbbe Border Color

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

This div border color is #6bdbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdbbe


Comments

No comments written yet.

Please login to write comment.