Color Hex Logo

#6bcbba Color Hex

#6BCBBA
(107,203,186)
0 Favorites   0 Comments

Color spaces of #6bcbba

RGB 107203186
HSL0.470.480.61
HSV169°47°80°
CMYK 0.470.000.08   0.20
XYZ36.282349.382854.0739
Yxy49.38280.25960.3534
Hunter Lab70.2729-30.81703.5683
CIE-Lab75.6889-32.5040-0.2978

#6bcbba color RGB value is (107,203,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001011 10111010
Octal 153 313 272
Decimal 107 203 186
Hex 6B CB BA

RGB Percentages of Color #6bcbba

%21.57
%40.93
%37.50

CMYK Percentages of Color #6bcbba

%47
%0
%8
%20

Triadic Colors of #6bcbba

#6bcbba #ba6bcb #cbba6b

Analogous Colors of #6bcbba

#6bcbba #6baccb #6bcb8a

Monochromatic Colors of #6bcbba

#6bcbba

Complementary Color

#6bcbba #cb6b7c

#6bcbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcbba Color CSS Codes

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

#6bcbba Text Font Color

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

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


#6bcbba Background Color

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

This div background color is #6bcbba


#6bcbba Border Color

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

This div border color is #6bcbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcbba


Comments

No comments written yet.

Please login to write comment.