Color Hex Logo

#6ffdcd Color Hex

#6FFDCD
(111,253,205)
0 Favorites   0 Comments

Color spaces of #6ffdcd

RGB 111253205
HSL0.440.970.71
HSV160°56°99°
CMYK 0.560.000.19   0.01
XYZ52.700378.037870.0428
Yxy78.03780.26250.3887
Hunter Lab88.3390-48.105714.8271
CIE-Lab90.7971-49.566211.4839

#6ffdcd color RGB value is (111,253,205).

#6ffdcd hex color red value is 111, green value is 253 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6ffdcd hue: 0.44 , saturation: 0.97 and the lightness value of 6ffdcd is 0.71.

The process color (four color CMYK) of #6ffdcd color hex is 0.56, 0.00, 0.19, 0.01. Web safe color of #6ffdcd is #66ffcc. Color #6ffdcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11111101 11001101
Octal 157 375 315
Decimal 111 253 205
Hex 6F FD CD

RGB Percentages of Color #6ffdcd

%19.51
%44.46
%36.03

CMYK Percentages of Color #6ffdcd

%56
%0
%19
%1

Triadic Colors of #6ffdcd

#6ffdcd #cd6ffd #fdcd6f

Analogous Colors of #6ffdcd

#6ffdcd #6fe6fd #6ffd86

Monochromatic Colors of #6ffdcd

#6ffdcd

Complementary Color

#6ffdcd #fd6f9f

#6ffdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ffdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ffdcd Color CSS Codes

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

#6ffdcd Text Font Color

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

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


#6ffdcd Background Color

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

This div background color is #6ffdcd


#6ffdcd Border Color

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

This div border color is #6ffdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ffdcd

Related Colors


Comments

No comments written yet.

Please login to write comment.