Color Hex Logo

#6fddcc Color Hex

#6FDDCC
(111,221,204)
0 Favorites   0 Comments

Color spaces of #6fddcc

RGB 111221204
HSL0.470.620.65
HSV171°50°87°
CMYK 0.500.000.08   0.13
XYZ43.311159.452066.3194
Yxy59.45200.25620.3516
Hunter Lab77.1051-34.66782.9773
CIE-Lab81.5394-35.6682-1.3626

#6fddcc color RGB value is (111,221,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011101 11001100
Octal 157 335 314
Decimal 111 221 204
Hex 6F DD CC

RGB Percentages of Color #6fddcc

%20.71
%41.23
%38.06

CMYK Percentages of Color #6fddcc

%50
%0
%8
%13

Triadic Colors of #6fddcc

#6fddcc #cc6fdd #ddcc6f

Analogous Colors of #6fddcc

#6fddcc #6fb7dd #6fdd95

Monochromatic Colors of #6fddcc

#6fddcc

Complementary Color

#6fddcc #dd6f80

#6fddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fddcc Color CSS Codes

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

#6fddcc Text Font Color

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

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


#6fddcc Background Color

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

This div background color is #6fddcc


#6fddcc Border Color

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

This div border color is #6fddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fddcc


Comments

No comments written yet.

Please login to write comment.