Color Hex Logo

#6fdfba Color Hex

#6FDFBA
(111,223,186)
0 Favorites   0 Comments

Color spaces of #6fdfba

RGB 111223186
HSL0.440.640.65
HSV160°50°87°
CMYK 0.500.000.17   0.13
XYZ41.806159.700055.7742
Yxy59.70000.26580.3796
Hunter Lab77.2658-38.634311.2876
CIE-Lab81.6749-40.76138.3799

#6fdfba color RGB value is (111,223,186).

#6fdfba hex color red value is 111, green value is 223 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6fdfba hue: 0.44 , saturation: 0.64 and the lightness value of 6fdfba is 0.65.

The process color (four color CMYK) of #6fdfba color hex is 0.50, 0.00, 0.17, 0.13. Web safe color of #6fdfba is #66cccc. Color #6fdfba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011111 10111010
Octal 157 337 272
Decimal 111 223 186
Hex 6F DF BA

RGB Percentages of Color #6fdfba

%21.35
%42.88
%35.77

CMYK Percentages of Color #6fdfba

%50
%0
%17
%13

Triadic Colors of #6fdfba

#6fdfba #ba6fdf #dfba6f

Analogous Colors of #6fdfba

#6fdfba #6fccdf #6fdf82

Monochromatic Colors of #6fdfba

#6fdfba

Complementary Color

#6fdfba #df6f94

#6fdfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdfba Color CSS Codes

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

#6fdfba Text Font Color

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

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


#6fdfba Background Color

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

This div background color is #6fdfba


#6fdfba Border Color

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

This div border color is #6fdfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdfba

#6fdfba Color Palettes


Comments

No comments written yet.

Please login to write comment.