Color Hex Logo

#6fddbd Color Hex

#6FDDBD
(111,221,189)
0 Favorites   0 Comments

Color spaces of #6fddbd

RGB 111221189
HSL0.450.620.65
HSV163°50°87°
CMYK 0.500.000.14   0.13
XYZ41.597358.766557.2948
Yxy58.76650.26380.3727
Hunter Lab76.6593-37.29519.3485
CIE-Lab81.1631-39.18946.0563

#6fddbd color RGB value is (111,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011101 10111101
Octal 157 335 275
Decimal 111 221 189
Hex 6F DD BD

RGB Percentages of Color #6fddbd

%21.31
%42.42
%36.28

CMYK Percentages of Color #6fddbd

%50
%0
%14
%13

Triadic Colors of #6fddbd

#6fddbd #bd6fdd #ddbd6f

Analogous Colors of #6fddbd

#6fddbd #6fc6dd #6fdd86

Monochromatic Colors of #6fddbd

#6fddbd

Complementary Color

#6fddbd #dd6f8f

#6fddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fddbd Color CSS Codes

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

#6fddbd Text Font Color

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

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


#6fddbd Background Color

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

This div background color is #6fddbd


#6fddbd Border Color

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

This div border color is #6fddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fddbd


Comments

No comments written yet.

Please login to write comment.