Color Hex Logo

#6dffdc Color Hex

#6DFFDC
(109,255,220)
0 Favorites   0 Comments

Color spaces of #6dffdc

RGB 109255220
HSL0.461.000.71
HSV166°57°100°
CMYK 0.570.000.14   0.00
XYZ54.984979.938580.2418
Yxy79.93850.25550.3715
Hunter Lab89.4083-46.68959.3745
CIE-Lab91.6573-47.42164.9637

#6dffdc color RGB value is (109,255,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11111111 11011100
Octal 155 377 334
Decimal 109 255 220
Hex 6D FF DC

RGB Percentages of Color #6dffdc

%18.66
%43.66
%37.67

CMYK Percentages of Color #6dffdc

%57
%0
%14
%0

Triadic Colors of #6dffdc

#6dffdc #dc6dff #ffdc6d

Analogous Colors of #6dffdc

#6dffdc #6dd9ff #6dff93

Monochromatic Colors of #6dffdc

#6dffdc

Complementary Color

#6dffdc #ff6d90

#6dffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dffdc Color CSS Codes

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

#6dffdc Text Font Color

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

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


#6dffdc Background Color

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

This div background color is #6dffdc


#6dffdc Border Color

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

This div border color is #6dffdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dffdc

Related Colors


Comments

No comments written yet.

Please login to write comment.