Color Hex Logo

#6dffdf Color Hex

#6DFFDF
(109,255,223)
0 Favorites   0 Comments

Color spaces of #6dffdf

RGB 109255223
HSL0.461.000.71
HSV167°57°100°
CMYK 0.570.000.13   0.00
XYZ55.386080.098982.3535
Yxy80.09890.25430.3677
Hunter Lab89.4980-46.15648.0916
CIE-Lab91.7292-46.72123.5167

#6dffdf color RGB value is (109,255,223).

#6dffdf hex color red value is 109, green value is 255 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6dffdf hue: 0.46 , saturation: 1.00 and the lightness value of 6dffdf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11111111 11011111
Octal 155 377 337
Decimal 109 255 223
Hex 6D FF DF

RGB Percentages of Color #6dffdf

%18.57
%43.44
%37.99

CMYK Percentages of Color #6dffdf

%57
%0
%13
%0

Triadic Colors of #6dffdf

#6dffdf #df6dff #ffdf6d

Analogous Colors of #6dffdf

#6dffdf #6dd6ff #6dff96

Monochromatic Colors of #6dffdf

#6dffdf

Complementary Color

#6dffdf #ff6d8d

#6dffdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dffdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dffdf Color CSS Codes

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

#6dffdf Text Font Color

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

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


#6dffdf Background Color

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

This div background color is #6dffdf


#6dffdf Border Color

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

This div border color is #6dffdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,255,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dffdf

Related Colors


Comments

No comments written yet.

Please login to write comment.