Color Hex Logo

#6fdccc Color Hex

#6FDCCC
(111,220,204)
0 Favorites   0 Comments

Color spaces of #6fdccc

RGB 111220204
HSL0.480.610.65
HSV171°50°86°
CMYK 0.500.000.07   0.14
XYZ43.047858.925566.2316
Yxy58.92550.25590.3503
Hunter Lab76.7629-34.23442.5782
CIE-Lab81.2506-35.2047-1.7857

#6fdccc color RGB value is (111,220,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011100 11001100
Octal 157 334 314
Decimal 111 220 204
Hex 6F DC CC

RGB Percentages of Color #6fdccc

%20.75
%41.12
%38.13

CMYK Percentages of Color #6fdccc

%50
%0
%7
%14

Triadic Colors of #6fdccc

#6fdccc #cc6fdc #dccc6f

Analogous Colors of #6fdccc

#6fdccc #6fb6dc #6fdc96

Monochromatic Colors of #6fdccc

#6fdccc

Complementary Color

#6fdccc #dc6f7f

#6fdccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdccc Color CSS Codes

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

#6fdccc Text Font Color

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

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


#6fdccc Background Color

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

This div background color is #6fdccc


#6fdccc Border Color

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

This div border color is #6fdccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdccc


Comments

No comments written yet.

Please login to write comment.