Color Hex Logo

#6fdcbf Color Hex

#6FDCBF
(111,220,191)
0 Favorites   0 Comments

Color spaces of #6fdcbf

RGB 111220191
HSL0.460.610.65
HSV164°50°86°
CMYK 0.500.000.13   0.14
XYZ41.552758.327558.3585
Yxy58.32750.26260.3686
Hunter Lab76.3724-36.53358.1554
CIE-Lab80.9205-38.27974.6450

#6fdcbf color RGB value is (111,220,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011100 10111111
Octal 157 334 277
Decimal 111 220 191
Hex 6F DC BF

RGB Percentages of Color #6fdcbf

%21.26
%42.15
%36.59

CMYK Percentages of Color #6fdcbf

%50
%0
%13
%14

Triadic Colors of #6fdcbf

#6fdcbf #bf6fdc #dcbf6f

Analogous Colors of #6fdcbf

#6fdcbf #6fc3dc #6fdc89

Monochromatic Colors of #6fdcbf

#6fdcbf

Complementary Color

#6fdcbf #dc6f8c

#6fdcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdcbf Color CSS Codes

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

#6fdcbf Text Font Color

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

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


#6fdcbf Background Color

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

This div background color is #6fdcbf


#6fdcbf Border Color

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

This div border color is #6fdcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdcbf


Comments

No comments written yet.

Please login to write comment.