Color Hex Logo

#6cdcbe Color Hex

#6CDCBE
(108,220,190)
0 Favorites   0 Comments

Color spaces of #6cdcbe

RGB 108220190
HSL0.460.620.64
HSV164°51°86°
CMYK 0.510.000.14   0.14
XYZ41.071858.092257.7634
Yxy58.09220.26170.3702
Hunter Lab76.2182-37.19348.4187
CIE-Lab80.7900-39.18684.9741

#6cdcbe color RGB value is (108,220,190).

#6cdcbe hex color red value is 108, green value is 220 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6cdcbe hue: 0.46 , saturation: 0.62 and the lightness value of 6cdcbe is 0.64.

The process color (four color CMYK) of #6cdcbe color hex is 0.51, 0.00, 0.14, 0.14. Web safe color of #6cdcbe is #66cccc. Color #6cdcbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011100 10111110
Octal 154 334 276
Decimal 108 220 190
Hex 6C DC BE

RGB Percentages of Color #6cdcbe

%20.85
%42.47
%36.68

CMYK Percentages of Color #6cdcbe

%51
%0
%14
%14

Triadic Colors of #6cdcbe

#6cdcbe #be6cdc #dcbe6c

Analogous Colors of #6cdcbe

#6cdcbe #6cc2dc #6cdc86

Monochromatic Colors of #6cdcbe

#6cdcbe

Complementary Color

#6cdcbe #dc6c8a

#6cdcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdcbe Color CSS Codes

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

#6cdcbe Text Font Color

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

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


#6cdcbe Background Color

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

This div background color is #6cdcbe


#6cdcbe Border Color

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

This div border color is #6cdcbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,220,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6cdcbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6cdcbe;
  -webkit-box-shadow: 1px 1px 3px 2px #6cdcbe;
  box-shadow:         1px 1px 3px 2px #6cdcbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,220,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdcbe


Comments

No comments written yet.

Please login to write comment.