Color Hex Logo

#6fcdba Color Hex

#6FCDBA
(111,205,186)
0 Favorites   0 Comments

Color spaces of #6fcdba

RGB 111205186
HSL0.470.480.62
HSV168°46°80°
CMYK 0.460.000.09   0.20
XYZ37.249850.587354.2554
Yxy50.58730.26220.3560
Hunter Lab71.1247-30.98344.5597
CIE-Lab76.4283-32.49570.8002

#6fcdba color RGB value is (111,205,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001101 10111010
Octal 157 315 272
Decimal 111 205 186
Hex 6F CD BA

RGB Percentages of Color #6fcdba

%22.11
%40.84
%37.05

CMYK Percentages of Color #6fcdba

%46
%0
%9
%20

Triadic Colors of #6fcdba

#6fcdba #ba6fcd #cdba6f

Analogous Colors of #6fcdba

#6fcdba #6fb1cd #6fcd8b

Monochromatic Colors of #6fcdba

#6fcdba

Complementary Color

#6fcdba #cd6f82

#6fcdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcdba Color CSS Codes

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

#6fcdba Text Font Color

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

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


#6fcdba Background Color

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

This div background color is #6fcdba


#6fcdba Border Color

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

This div border color is #6fcdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcdba


Comments

No comments written yet.

Please login to write comment.