Color Hex Logo

#6ccaba Color Hex

#6CCABA
(108,202,186)
0 Favorites   0 Comments

Color spaces of #6ccaba

RGB 108202186
HSL0.470.470.61
HSV170°47°79°
CMYK 0.470.000.08   0.21
XYZ36.167848.974454.0011
Yxy48.97440.25990.3520
Hunter Lab69.9817-30.21603.2363
CIE-Lab75.4354-31.7934-0.6637

#6ccaba color RGB value is (108,202,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001010 10111010
Octal 154 312 272
Decimal 108 202 186
Hex 6C CA BA

RGB Percentages of Color #6ccaba

%21.77
%40.73
%37.50

CMYK Percentages of Color #6ccaba

%47
%0
%8
%21

Triadic Colors of #6ccaba

#6ccaba #ba6cca #caba6c

Analogous Colors of #6ccaba

#6ccaba #6cabca #6cca8b

Monochromatic Colors of #6ccaba

#6ccaba

Complementary Color

#6ccaba #ca6c7c

#6ccaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ccaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ccaba Color CSS Codes

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

#6ccaba Text Font Color

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

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


#6ccaba Background Color

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

This div background color is #6ccaba


#6ccaba Border Color

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

This div border color is #6ccaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ccaba


Comments

No comments written yet.

Please login to write comment.