Color Hex Logo

#6dfbcd Color Hex

#6DFBCD
(109,251,205)
0 Favorites   0 Comments

Color spaces of #6dfbcd

RGB 109251205
HSL0.450.950.71
HSV161°57°98°
CMYK 0.570.000.18   0.02
XYZ51.823376.653369.8218
Yxy76.65330.26130.3866
Hunter Lab87.5519-47.558914.0031
CIE-Lab90.1618-49.118910.5702

#6dfbcd color RGB value is (109,251,205).

#6dfbcd hex color red value is 109, green value is 251 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6dfbcd hue: 0.45 , saturation: 0.95 and the lightness value of 6dfbcd is 0.71.

The process color (four color CMYK) of #6dfbcd color hex is 0.57, 0.00, 0.18, 0.02. Web safe color of #6dfbcd is #66ffcc. Color #6dfbcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11111011 11001101
Octal 155 373 315
Decimal 109 251 205
Hex 6D FB CD

RGB Percentages of Color #6dfbcd

%19.29
%44.42
%36.28

CMYK Percentages of Color #6dfbcd

%57
%0
%18
%2

Triadic Colors of #6dfbcd

#6dfbcd #cd6dfb #fbcd6d

Analogous Colors of #6dfbcd

#6dfbcd #6de2fb #6dfb86

Monochromatic Colors of #6dfbcd

#6dfbcd

Complementary Color

#6dfbcd #fb6d9b

#6dfbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dfbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dfbcd Color CSS Codes

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

#6dfbcd Text Font Color

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

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


#6dfbcd Background Color

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

This div background color is #6dfbcd


#6dfbcd Border Color

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

This div border color is #6dfbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dfbcd


Comments

No comments written yet.

Please login to write comment.