Color Hex Logo

#6de7ce Color Hex

#6DE7CE
(109,231,206)
0 Favorites   0 Comments

Color spaces of #6de7ce

RGB 109231206
HSL0.470.720.67
HSV168°53°91°
CMYK 0.530.000.11   0.09
XYZ46.023264.859368.4859
Yxy64.85930.25660.3616
Hunter Lab80.5353-38.93005.9554
CIE-Lab84.4112-40.17741.7624

#6de7ce color RGB value is (109,231,206).

#6de7ce hex color red value is 109, green value is 231 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6de7ce hue: 0.47 , saturation: 0.72 and the lightness value of 6de7ce is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11100111 11001110
Octal 155 347 316
Decimal 109 231 206
Hex 6D E7 CE

RGB Percentages of Color #6de7ce

%19.96
%42.31
%37.73

CMYK Percentages of Color #6de7ce

%53
%0
%11
%9

Triadic Colors of #6de7ce

#6de7ce #ce6de7 #e7ce6d

Analogous Colors of #6de7ce

#6de7ce #6dc3e7 #6de791

Monochromatic Colors of #6de7ce

#6de7ce

Complementary Color

#6de7ce #e76d86

#6de7ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6de7ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6de7ce Color CSS Codes

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

#6de7ce Text Font Color

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

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


#6de7ce Background Color

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

This div background color is #6de7ce


#6de7ce Border Color

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

This div border color is #6de7ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6de7ce


Comments

No comments written yet.

Please login to write comment.