Color Hex Logo

#6dcecc Color Hex

#6DCECC
(109,206,204)
0 Favorites   0 Comments

Color spaces of #6dcecc

RGB 109206204
HSL0.500.500.62
HSV179°47°81°
CMYK 0.470.000.01   0.19
XYZ39.277151.753565.0460
Yxy51.75350.25170.3316
Hunter Lab71.9399-28.4390-3.2504
CIE-Lab77.1332-29.0128-7.8674

#6dcecc color RGB value is (109,206,204).

#6dcecc hex color red value is 109, green value is 206 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6dcecc hue: 0.50 , saturation: 0.50 and the lightness value of 6dcecc is 0.62.

The process color (four color CMYK) of #6dcecc color hex is 0.47, 0.00, 0.01, 0.19. Web safe color of #6dcecc is #66cccc. Color #6dcecc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001110 11001100
Octal 155 316 314
Decimal 109 206 204
Hex 6D CE CC

RGB Percentages of Color #6dcecc

%21.00
%39.69
%39.31

CMYK Percentages of Color #6dcecc

%47
%0
%1
%19

Triadic Colors of #6dcecc

#6dcecc #cc6dce #cecc6d

Analogous Colors of #6dcecc

#6dcecc #6da0ce #6dce9c

Monochromatic Colors of #6dcecc

#6dcecc

Complementary Color

#6dcecc #ce6d6f

#6dcecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcecc Color CSS Codes

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

#6dcecc Text Font Color

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

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


#6dcecc Background Color

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

This div background color is #6dcecc


#6dcecc Border Color

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

This div border color is #6dcecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcecc


Comments

No comments written yet.

Please login to write comment.