Color Hex Logo

#6bdcbb Color Hex

#6BDCBB
(107,220,187)
0 Favorites   0 Comments

Color spaces of #6bdcbb

RGB 107220187
HSL0.450.620.64
HSV162°51°86°
CMYK 0.510.000.15   0.14
XYZ40.626257.900156.0483
Yxy57.90010.26280.3746
Hunter Lab76.0921-37.85869.5924
CIE-Lab80.6832-40.09846.4085

#6bdcbb color RGB value is (107,220,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011100 10111011
Octal 153 334 273
Decimal 107 220 187
Hex 6B DC BB

RGB Percentages of Color #6bdcbb

%20.82
%42.80
%36.38

CMYK Percentages of Color #6bdcbb

%51
%0
%15
%14

Triadic Colors of #6bdcbb

#6bdcbb #bb6bdc #dcbb6b

Analogous Colors of #6bdcbb

#6bdcbb #6bc5dc #6bdc83

Monochromatic Colors of #6bdcbb

#6bdcbb

Complementary Color

#6bdcbb #dc6b8c

#6bdcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdcbb Color CSS Codes

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

#6bdcbb Text Font Color

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

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


#6bdcbb Background Color

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

This div background color is #6bdcbb


#6bdcbb Border Color

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

This div border color is #6bdcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdcbb


Comments

No comments written yet.

Please login to write comment.