Color Hex Logo

#6fcbba Color Hex

#6FCBBA
(111,203,186)
0 Favorites   0 Comments

Color spaces of #6fcbba

RGB 111203186
HSL0.470.470.62
HSV169°45°80°
CMYK 0.450.000.08   0.20
XYZ36.774449.636554.0970
Yxy49.63650.26170.3533
Hunter Lab70.4532-30.12153.7918
CIE-Lab75.8456-31.5472-0.0501

#6fcbba color RGB value is (111,203,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001011 10111010
Octal 157 313 272
Decimal 111 203 186
Hex 6F CB BA

RGB Percentages of Color #6fcbba

%22.20
%40.60
%37.20

CMYK Percentages of Color #6fcbba

%45
%0
%8
%20

Triadic Colors of #6fcbba

#6fcbba #ba6fcb #cbba6f

Analogous Colors of #6fcbba

#6fcbba #6faecb #6fcb8c

Monochromatic Colors of #6fcbba

#6fcbba

Complementary Color

#6fcbba #cb6f80

#6fcbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcbba Color CSS Codes

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

#6fcbba Text Font Color

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

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


#6fcbba Background Color

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

This div background color is #6fcbba


#6fcbba Border Color

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

This div border color is #6fcbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcbba


Comments

No comments written yet.

Please login to write comment.