Color Hex Logo

#6cccae Color Hex

#6CCCAE
(108,204,174)
0 Favorites   0 Comments

Color spaces of #6cccae

RGB 108204174
HSL0.450.480.61
HSV161°47°80°
CMYK 0.470.000.15   0.20
XYZ35.417249.429947.7186
Yxy49.42990.26720.3729
Hunter Lab70.3064-33.11598.9730
CIE-Lab75.7180-35.53566.2177

#6cccae color RGB value is (108,204,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001100 10101110
Octal 154 314 256
Decimal 108 204 174
Hex 6C CC AE

RGB Percentages of Color #6cccae

%22.22
%41.98
%35.80

CMYK Percentages of Color #6cccae

%47
%0
%15
%20

Triadic Colors of #6cccae

#6cccae #ae6ccc #ccae6c

Analogous Colors of #6cccae

#6cccae #6cbacc #6ccc7e

Monochromatic Colors of #6cccae

#6cccae

Complementary Color

#6cccae #cc6c8a

#6cccae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cccae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cccae Color CSS Codes

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

#6cccae Text Font Color

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

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


#6cccae Background Color

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

This div background color is #6cccae


#6cccae Border Color

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

This div border color is #6cccae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cccae


Comments

No comments written yet.

Please login to write comment.