Color Hex Logo

#6fdccd Color Hex

#6FDCCD
(111,220,205)
0 Favorites   0 Comments

Color spaces of #6fdccd

RGB 111220205
HSL0.480.610.65
HSV172°50°86°
CMYK 0.500.000.07   0.14
XYZ43.168258.973766.8655
Yxy58.97370.25540.3489
Hunter Lab76.7943-34.05032.1317
CIE-Lab81.2771-34.9613-2.2789

#6fdccd color RGB value is (111,220,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011100 11001101
Octal 157 334 315
Decimal 111 220 205
Hex 6F DC CD

RGB Percentages of Color #6fdccd

%20.71
%41.04
%38.25

CMYK Percentages of Color #6fdccd

%50
%0
%7
%14

Triadic Colors of #6fdccd

#6fdccd #cd6fdc #dccd6f

Analogous Colors of #6fdccd

#6fdccd #6fb5dc #6fdc97

Monochromatic Colors of #6fdccd

#6fdccd

Complementary Color

#6fdccd #dc6f7e

#6fdccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdccd Color CSS Codes

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

#6fdccd Text Font Color

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

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


#6fdccd Background Color

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

This div background color is #6fdccd


#6fdccd Border Color

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

This div border color is #6fdccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdccd


Comments

No comments written yet.

Please login to write comment.