Color Hex Logo

#6deecd Color Hex

#6DEECD
(109,238,205)
1 Favorites   0 Comments

Color spaces of #6deecd

RGB 109238205
HSL0.460.790.68
HSV165°54°93°
CMYK 0.540.000.14   0.07
XYZ47.900768.808168.5143
Yxy68.80810.25860.3715
Hunter Lab82.9506-42.08709.0940
CIE-Lab86.4089-43.52045.1831

#6deecd color RGB value is (109,238,205).

#6deecd hex color red value is 109, green value is 238 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6deecd hue: 0.46 , saturation: 0.79 and the lightness value of 6deecd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101110 11001101
Octal 155 356 315
Decimal 109 238 205
Hex 6D EE CD

RGB Percentages of Color #6deecd

%19.75
%43.12
%37.14

CMYK Percentages of Color #6deecd

%54
%0
%14
%7

Triadic Colors of #6deecd

#6deecd #cd6dee #eecd6d

Analogous Colors of #6deecd

#6deecd #6dcfee #6dee8d

Monochromatic Colors of #6deecd

#6deecd

Complementary Color

#6deecd #ee6d8e

#6deecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6deecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6deecd Color CSS Codes

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

#6deecd Text Font Color

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

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


#6deecd Background Color

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

This div background color is #6deecd


#6deecd Border Color

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

This div border color is #6deecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6deecd


Comments

No comments written yet.

Please login to write comment.