Color Hex Logo

#6cccbd Color Hex

#6CCCBD
(108,204,189)
0 Favorites   0 Comments

Color spaces of #6cccbd

RGB 108204189
HSL0.470.480.61
HSV171°47°80°
CMYK 0.470.000.07   0.20
XYZ36.962550.048055.8562
Yxy50.04800.25870.3503
Hunter Lab70.7446-30.54082.7090
CIE-Lab76.0987-32.0180-1.3125

#6cccbd color RGB value is (108,204,189).

#6cccbd hex color red value is 108, green value is 204 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6cccbd hue: 0.47 , saturation: 0.48 and the lightness value of 6cccbd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001100 10111101
Octal 154 314 275
Decimal 108 204 189
Hex 6C CC BD

RGB Percentages of Color #6cccbd

%21.56
%40.72
%37.72

CMYK Percentages of Color #6cccbd

%47
%0
%7
%20

Triadic Colors of #6cccbd

#6cccbd #bd6ccc #ccbd6c

Analogous Colors of #6cccbd

#6cccbd #6cabcc #6ccc8d

Monochromatic Colors of #6cccbd

#6cccbd

Complementary Color

#6cccbd #cc6c7b

#6cccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cccbd Color CSS Codes

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

#6cccbd Text Font Color

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

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


#6cccbd Background Color

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

This div background color is #6cccbd


#6cccbd Border Color

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

This div border color is #6cccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cccbd


Comments

No comments written yet.

Please login to write comment.