Color Hex Logo

#6cdcbf Color Hex

#6CDCBF
(108,220,191)
0 Favorites   0 Comments

Color spaces of #6cdcbf

RGB 108220191
HSL0.460.620.64
HSV164°51°86°
CMYK 0.510.000.13   0.14
XYZ41.181558.136158.3411
Yxy58.13610.26120.3687
Hunter Lab76.2470-37.02338.0066
CIE-Lab80.8144-38.95564.4782

#6cdcbf color RGB value is (108,220,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011100 10111111
Octal 154 334 277
Decimal 108 220 191
Hex 6C DC BF

RGB Percentages of Color #6cdcbf

%20.81
%42.39
%36.80

CMYK Percentages of Color #6cdcbf

%51
%0
%13
%14

Triadic Colors of #6cdcbf

#6cdcbf #bf6cdc #dcbf6c

Analogous Colors of #6cdcbf

#6cdcbf #6cc1dc #6cdc87

Monochromatic Colors of #6cdcbf

#6cdcbf

Complementary Color

#6cdcbf #dc6c89

#6cdcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdcbf Color CSS Codes

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

#6cdcbf Text Font Color

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

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


#6cdcbf Background Color

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

This div background color is #6cdcbf


#6cdcbf Border Color

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

This div border color is #6cdcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdcbf


Comments

No comments written yet.

Please login to write comment.