Color Hex Logo

#6dcbba Color Hex

#6DCBBA
(109,203,186)
0 Favorites   0 Comments

Color spaces of #6dcbba

RGB 109203186
HSL0.470.470.61
HSV169°46°80°
CMYK 0.460.000.08   0.20
XYZ36.525549.508354.0853
Yxy49.50830.26070.3533
Hunter Lab70.3621-30.47313.6790
CIE-Lab75.7665-32.0299-0.1751

#6dcbba color RGB value is (109,203,186).

#6dcbba hex color red value is 109, green value is 203 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6dcbba hue: 0.47 , saturation: 0.47 and the lightness value of 6dcbba is 0.61.

The process color (four color CMYK) of #6dcbba color hex is 0.46, 0.00, 0.08, 0.20. Web safe color of #6dcbba is #66cccc. Color #6dcbba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001011 10111010
Octal 155 313 272
Decimal 109 203 186
Hex 6D CB BA

RGB Percentages of Color #6dcbba

%21.89
%40.76
%37.35

CMYK Percentages of Color #6dcbba

%46
%0
%8
%20

Triadic Colors of #6dcbba

#6dcbba #ba6dcb #cbba6d

Analogous Colors of #6dcbba

#6dcbba #6dadcb #6dcb8b

Monochromatic Colors of #6dcbba

#6dcbba

Complementary Color

#6dcbba #cb6d7e

#6dcbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcbba Color CSS Codes

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

#6dcbba Text Font Color

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

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


#6dcbba Background Color

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

This div background color is #6dcbba


#6dcbba Border Color

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

This div border color is #6dcbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcbba


Comments

No comments written yet.

Please login to write comment.