Color Hex Logo

#6cbdae Color Hex

#6CBDAE
(108,189,174)
0 Favorites   0 Comments

Color spaces of #6cbdae

RGB 108189174
HSL0.470.380.58
HSV169°43°74°
CMYK 0.430.000.08   0.26
XYZ32.021942.639346.5869
Yxy42.63930.26410.3517
Hunter Lab65.2988-26.73813.4092
CIE-Lab71.3095-28.4191-0.1727

#6cbdae color RGB value is (108,189,174).

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

The process color (four color CMYK) of #6cbdae color hex is 0.43, 0.00, 0.08, 0.26. Web safe color of #6cbdae is #66cc99. Color #6cbdae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111101 10101110
Octal 154 275 256
Decimal 108 189 174
Hex 6C BD AE

RGB Percentages of Color #6cbdae

%22.93
%40.13
%36.94

CMYK Percentages of Color #6cbdae

%43
%0
%8
%26

Triadic Colors of #6cbdae

#6cbdae #ae6cbd #bdae6c

Analogous Colors of #6cbdae

#6cbdae #6ca4bd #6cbd86

Monochromatic Colors of #6cbdae

#6cbdae

Complementary Color

#6cbdae #bd6c7b

#6cbdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbdae Color CSS Codes

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

#6cbdae Text Font Color

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

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


#6cbdae Background Color

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

This div background color is #6cbdae


#6cbdae Border Color

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

This div border color is #6cbdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbdae


Comments

No comments written yet.

Please login to write comment.