Color Hex Logo

#6fdfab Color Hex

#6FDFAB
(111,223,171)
0 Favorites   0 Comments

Color spaces of #6fdfab

RGB 111223171
HSL0.420.640.65
HSV152°50°87°
CMYK 0.500.000.23   0.13
XYZ40.293959.095147.8109
Yxy59.09510.27370.4015
Hunter Lab76.8733-40.965816.9363
CIE-Lab81.3438-43.975715.8195

#6fdfab color RGB value is (111,223,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011111 10101011
Octal 157 337 253
Decimal 111 223 171
Hex 6F DF AB

RGB Percentages of Color #6fdfab

%21.98
%44.16
%33.86

CMYK Percentages of Color #6fdfab

%50
%0
%23
%13

Triadic Colors of #6fdfab

#6fdfab #ab6fdf #dfab6f

Analogous Colors of #6fdfab

#6fdfab #6fdbdf #6fdf73

Monochromatic Colors of #6fdfab

#6fdfab

Complementary Color

#6fdfab #df6fa3

#6fdfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdfab Color CSS Codes

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

#6fdfab Text Font Color

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

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


#6fdfab Background Color

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

This div background color is #6fdfab


#6fdfab Border Color

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

This div border color is #6fdfab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,223,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6fdfab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdfab


Comments

No comments written yet.

Please login to write comment.