Color Hex Logo

#6fddcd Color Hex

#6FDDCD
(111,221,205)
0 Favorites   0 Comments

Color spaces of #6fddcd

RGB 111221205
HSL0.480.620.65
HSV171°50°87°
CMYK 0.500.000.07   0.13
XYZ43.431459.500266.9532
Yxy59.50020.25570.3502
Hunter Lab77.1364-34.48482.5326
CIE-Lab81.5658-35.4259-1.8555

#6fddcd color RGB value is (111,221,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011101 11001101
Octal 157 335 315
Decimal 111 221 205
Hex 6F DD CD

RGB Percentages of Color #6fddcd

%20.67
%41.15
%38.18

CMYK Percentages of Color #6fddcd

%50
%0
%7
%13

Triadic Colors of #6fddcd

#6fddcd #cd6fdd #ddcd6f

Analogous Colors of #6fddcd

#6fddcd #6fb6dd #6fdd96

Monochromatic Colors of #6fddcd

#6fddcd

Complementary Color

#6fddcd #dd6f7f

#6fddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fddcd Color CSS Codes

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

#6fddcd Text Font Color

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

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


#6fddcd Background Color

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

This div background color is #6fddcd


#6fddcd Border Color

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

This div border color is #6fddcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fddcd


Comments

No comments written yet.

Please login to write comment.