color codes Logo

#6deccc color codes

#6DECCC
(109,236,204)
0 Favorites   0 Comments

Color spaces of #6deccc

RGB 109236204
HSL0.460.770.68
HSV165°54°93°
CMYK 0.540.000.14   0.07
XYZ47.201267.601767.6874
Yxy67.60170.25870.3704
Hunter Lab82.2203-41.41178.7440
CIE-Lab85.8069-42.87174.8374

#6deccc color RGB value is (109,236,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101100 11001100
Octal 155 354 314
Decimal 109 236 204
Hex 6D EC CC

RGB Percentages of Color #6deccc

%19.85
%42.99
%37.16

CMYK Percentages of Color #6deccc

%54
%0
%14
%7

Triadic Colors of #6deccc

#6deccc #cc6dec #eccc6d

Analogous Colors of #6deccc

#6deccc #6dcdec #6dec8d

Monochromatic Colors of #6deccc

#6deccc

Complementary Color

#6deccc #ec6d8d

#6deccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6deccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6deccc Color CSS Codes

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

#6deccc Text Font Color

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

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


#6deccc Background Color

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

This div background color is #6deccc


#6deccc Border Color

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

This div border color is #6deccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6deccc


Comments

No comments written yet.

Please login to write comment.