Color Hex Logo

#6fdfbf Color Hex

#6FDFBF
(111,223,191)
0 Favorites   0 Comments

Color spaces of #6fdfbf

RGB 111223191
HSL0.450.640.65
HSV163°50°87°
CMYK 0.500.000.14   0.13
XYZ42.347259.916458.6233
Yxy59.91640.26320.3724
Hunter Lab77.4057-37.80599.2806
CIE-Lab81.7927-39.63585.9035

#6fdfbf color RGB value is (111,223,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011111 10111111
Octal 157 337 277
Decimal 111 223 191
Hex 6F DF BF

RGB Percentages of Color #6fdfbf

%21.14
%42.48
%36.38

CMYK Percentages of Color #6fdfbf

%50
%0
%14
%13

Triadic Colors of #6fdfbf

#6fdfbf #bf6fdf #dfbf6f

Analogous Colors of #6fdfbf

#6fdfbf #6fc7df #6fdf87

Monochromatic Colors of #6fdfbf

#6fdfbf

Complementary Color

#6fdfbf #df6f8f

#6fdfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdfbf Color CSS Codes

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

#6fdfbf Text Font Color

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

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


#6fdfbf Background Color

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

This div background color is #6fdfbf


#6fdfbf Border Color

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

This div border color is #6fdfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdfbf


Comments

No comments written yet.

Please login to write comment.