Color Hex Logo

#6cbaae Color Hex

#6CBAAE
(108,186,174)
0 Favorites   0 Comments

Color spaces of #6cbaae

RGB 108186174
HSL0.470.360.58
HSV171°42°73°
CMYK 0.420.000.06   0.27
XYZ31.383241.361946.3740
Yxy41.36190.26350.3472
Hunter Lab64.3132-25.44472.2673
CIE-Lab70.4287-26.9515-1.4613

#6cbaae color RGB value is (108,186,174).

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

The process color (four color CMYK) of #6cbaae color hex is 0.42, 0.00, 0.06, 0.27. Web safe color of #6cbaae is #66cc99. Color #6cbaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111010 10101110
Octal 154 272 256
Decimal 108 186 174
Hex 6C BA AE

RGB Percentages of Color #6cbaae

%23.08
%39.74
%37.18

CMYK Percentages of Color #6cbaae

%42
%0
%6
%27

Triadic Colors of #6cbaae

#6cbaae #ae6cba #baae6c

Analogous Colors of #6cbaae

#6cbaae #6c9fba #6cba87

Monochromatic Colors of #6cbaae

#6cbaae

Complementary Color

#6cbaae #ba6c78

#6cbaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbaae Color CSS Codes

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

#6cbaae Text Font Color

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

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


#6cbaae Background Color

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

This div background color is #6cbaae


#6cbaae Border Color

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

This div border color is #6cbaae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,186,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 #6cbaae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbaae


Comments

No comments written yet.

Please login to write comment.