Color Hex Logo

#6bdbbb Color Hex

#6BDBBB
(107,219,187)
0 Favorites   0 Comments

Color spaces of #6bdbbb

RGB 107219187
HSL0.450.610.64
HSV163°51°86°
CMYK 0.510.000.15   0.14
XYZ40.364657.376755.9611
Yxy57.37670.26260.3733
Hunter Lab75.7474-37.43819.2206
CIE-Lab80.3910-39.64915.9879

#6bdbbb color RGB value is (107,219,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011011 10111011
Octal 153 333 273
Decimal 107 219 187
Hex 6B DB BB

RGB Percentages of Color #6bdbbb

%20.86
%42.69
%36.45

CMYK Percentages of Color #6bdbbb

%51
%0
%15
%14

Triadic Colors of #6bdbbb

#6bdbbb #bb6bdb #dbbb6b

Analogous Colors of #6bdbbb

#6bdbbb #6bc3db #6bdb83

Monochromatic Colors of #6bdbbb

#6bdbbb

Complementary Color

#6bdbbb #db6b8b

#6bdbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdbbb Color CSS Codes

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

#6bdbbb Text Font Color

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

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


#6bdbbb Background Color

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

This div background color is #6bdbbb


#6bdbbb Border Color

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

This div border color is #6bdbbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,219,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 #6bdbbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdbbb


Comments

No comments written yet.

Please login to write comment.