Color Hex Logo

#6deadc Color Hex

#6DEADC
(109,234,220)
0 Favorites   0 Comments

Color spaces of #6deadc

RGB 109234220
HSL0.480.750.67
HSV173°53°92°
CMYK 0.530.000.06   0.08
XYZ48.647867.264278.1294
Yxy67.26420.25070.3466
Hunter Lab82.0148-37.64690.9291
CIE-Lab85.6372-38.1359-3.8164

#6deadc color RGB value is (109,234,220).

#6deadc hex color red value is 109, green value is 234 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6deadc hue: 0.48 , saturation: 0.75 and the lightness value of 6deadc is 0.67.

The process color (four color CMYK) of #6deadc color hex is 0.53, 0.00, 0.06, 0.08. Web safe color of #6deadc is #66ffcc. Color #6deadc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101010 11011100
Octal 155 352 334
Decimal 109 234 220
Hex 6D EA DC

RGB Percentages of Color #6deadc

%19.36
%41.56
%39.08

CMYK Percentages of Color #6deadc

%53
%0
%6
%8

Triadic Colors of #6deadc

#6deadc #dc6dea #eadc6d

Analogous Colors of #6deadc

#6deadc #6dbaea #6dea9e

Monochromatic Colors of #6deadc

#6deadc

Complementary Color

#6deadc #ea6d7b

#6deadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6deadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6deadc Color CSS Codes

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

#6deadc Text Font Color

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

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


#6deadc Background Color

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

This div background color is #6deadc


#6deadc Border Color

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

This div border color is #6deadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6deadc


Comments

No comments written yet.

Please login to write comment.