Color Hex Logo

#6fd7bf Color Hex

#6FD7BF
(111,215,191)
0 Favorites   0 Comments

Color spaces of #6fd7bf

RGB 111215191
HSL0.460.570.64
HSV166°48°84°
CMYK 0.480.000.11   0.16
XYZ40.260055.742057.9276
Yxy55.74200.26150.3621
Hunter Lab74.6606-34.40166.2605
CIE-Lab79.4668-35.99022.5394

#6fd7bf color RGB value is (111,215,191).

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

The process color (four color CMYK) of #6fd7bf color hex is 0.48, 0.00, 0.11, 0.16. Web safe color of #6fd7bf is #66cccc. Color #6fd7bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11010111 10111111
Octal 157 327 277
Decimal 111 215 191
Hex 6F D7 BF

RGB Percentages of Color #6fd7bf

%21.47
%41.59
%36.94

CMYK Percentages of Color #6fd7bf

%48
%0
%11
%16

Triadic Colors of #6fd7bf

#6fd7bf #bf6fd7 #d7bf6f

Analogous Colors of #6fd7bf

#6fd7bf #6fbbd7 #6fd78b

Monochromatic Colors of #6fd7bf

#6fd7bf

Complementary Color

#6fd7bf #d76f87

#6fd7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fd7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fd7bf Color CSS Codes

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

#6fd7bf Text Font Color

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

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


#6fd7bf Background Color

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

This div background color is #6fd7bf


#6fd7bf Border Color

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

This div border color is #6fd7bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fd7bf


Comments

No comments written yet.

Please login to write comment.