Color Hex Logo

#6cccb1 Color Hex

#6CCCB1
(108,204,177)
0 Favorites   0 Comments

Color spaces of #6cccb1

RGB 108204177
HSL0.450.480.61
HSV163°47°80°
CMYK 0.470.000.13   0.20
XYZ35.713049.548249.2765
Yxy49.54820.26540.3683
Hunter Lab70.3905-32.62047.7677
CIE-Lab75.7911-34.85184.7081

#6cccb1 color RGB value is (108,204,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001100 10110001
Octal 154 314 261
Decimal 108 204 177
Hex 6C CC B1

RGB Percentages of Color #6cccb1

%22.09
%41.72
%36.20

CMYK Percentages of Color #6cccb1

%47
%0
%13
%20

Triadic Colors of #6cccb1

#6cccb1 #b16ccc #ccb16c

Analogous Colors of #6cccb1

#6cccb1 #6cb7cc #6ccc81

Monochromatic Colors of #6cccb1

#6cccb1

Complementary Color

#6cccb1 #cc6c87

#6cccb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cccb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cccb1 Color CSS Codes

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

#6cccb1 Text Font Color

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

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


#6cccb1 Background Color

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

This div background color is #6cccb1


#6cccb1 Border Color

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

This div border color is #6cccb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cccb1


Comments

No comments written yet.

Please login to write comment.