Color Hex Logo

#6deadb Color Hex

#6DEADB
(109,234,219)
0 Favorites   0 Comments

Color spaces of #6deadb

RGB 109234219
HSL0.480.750.67
HSV173°53°92°
CMYK 0.530.000.06   0.08
XYZ48.515767.211377.4339
Yxy67.21130.25120.3480
Hunter Lab81.9825-37.83641.3873
CIE-Lab85.6105-38.3834-3.3295

#6deadb color RGB value is (109,234,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101010 11011011
Octal 155 352 333
Decimal 109 234 219
Hex 6D EA DB

RGB Percentages of Color #6deadb

%19.40
%41.64
%38.97

CMYK Percentages of Color #6deadb

%53
%0
%6
%8

Triadic Colors of #6deadb

#6deadb #db6dea #eadb6d

Analogous Colors of #6deadb

#6deadb #6dbbea #6dea9d

Monochromatic Colors of #6deadb

#6deadb

Complementary Color

#6deadb #ea6d7c

#6deadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6deadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6deadb Color CSS Codes

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

#6deadb Text Font Color

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

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


#6deadb Background Color

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

This div background color is #6deadb


#6deadb Border Color

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

This div border color is #6deadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6deadb


Comments

No comments written yet.

Please login to write comment.