Color Hex Logo

#6fddbe Color Hex

#6FDDBE
(111,221,190)
0 Favorites   0 Comments

Color spaces of #6fddbe

RGB 111221190
HSL0.450.620.65
HSV163°50°87°
CMYK 0.500.000.14   0.13
XYZ41.706358.810157.8685
Yxy58.81010.26330.3713
Hunter Lab76.6877-37.12718.9412
CIE-Lab81.1871-38.96175.5606

#6fddbe color RGB value is (111,221,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011101 10111110
Octal 157 335 276
Decimal 111 221 190
Hex 6F DD BE

RGB Percentages of Color #6fddbe

%21.26
%42.34
%36.40

CMYK Percentages of Color #6fddbe

%50
%0
%14
%13

Triadic Colors of #6fddbe

#6fddbe #be6fdd #ddbe6f

Analogous Colors of #6fddbe

#6fddbe #6fc5dd #6fdd87

Monochromatic Colors of #6fddbe

#6fddbe

Complementary Color

#6fddbe #dd6f8e

#6fddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fddbe Color CSS Codes

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

#6fddbe Text Font Color

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

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


#6fddbe Background Color

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

This div background color is #6fddbe


#6fddbe Border Color

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

This div border color is #6fddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fddbe


Comments

No comments written yet.

Please login to write comment.