Color Hex Logo

#6dfadc Color Hex

#6DFADC
(109,250,220)
0 Favorites   0 Comments

Color spaces of #6dfadc

RGB 109250220
HSL0.460.930.70
HSV167°56°98°
CMYK 0.560.000.12   0.02
XYZ53.410576.789779.7170
Yxy76.78970.25440.3658
Hunter Lab87.6297-44.55597.4045
CIE-Lab90.2247-45.26192.8885

#6dfadc color RGB value is (109,250,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11111010 11011100
Octal 155 372 334
Decimal 109 250 220
Hex 6D FA DC

RGB Percentages of Color #6dfadc

%18.83
%43.18
%38.00

CMYK Percentages of Color #6dfadc

%56
%0
%12
%2

Triadic Colors of #6dfadc

#6dfadc #dc6dfa #fadc6d

Analogous Colors of #6dfadc

#6dfadc #6dd2fa #6dfa96

Monochromatic Colors of #6dfadc

#6dfadc

Complementary Color

#6dfadc #fa6d8b

#6dfadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dfadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dfadc Color CSS Codes

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

#6dfadc Text Font Color

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

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


#6dfadc Background Color

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

This div background color is #6dfadc


#6dfadc Border Color

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

This div border color is #6dfadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dfadc


Comments

No comments written yet.

Please login to write comment.