Color Hex Logo

#6fdcbe Color Hex

#6FDCBE
(111,220,190)
0 Favorites   0 Comments

Color spaces of #6fdcbe

RGB 111220190
HSL0.450.610.65
HSV163°50°86°
CMYK 0.500.000.14   0.14
XYZ41.443058.283657.7808
Yxy58.28360.26310.3700
Hunter Lab76.3437-36.70328.5669
CIE-Lab80.8962-38.50915.1409

#6fdcbe color RGB value is (111,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011100 10111110
Octal 157 334 276
Decimal 111 220 190
Hex 6F DC BE

RGB Percentages of Color #6fdcbe

%21.31
%42.23
%36.47

CMYK Percentages of Color #6fdcbe

%50
%0
%14
%14

Triadic Colors of #6fdcbe

#6fdcbe #be6fdc #dcbe6f

Analogous Colors of #6fdcbe

#6fdcbe #6fc4dc #6fdc88

Monochromatic Colors of #6fdcbe

#6fdcbe

Complementary Color

#6fdcbe #dc6f8d

#6fdcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdcbe Color CSS Codes

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

#6fdcbe Text Font Color

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

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


#6fdcbe Background Color

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

This div background color is #6fdcbe


#6fdcbe Border Color

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

This div border color is #6fdcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdcbe


Comments

No comments written yet.

Please login to write comment.