Color Hex Logo

#6cdbac Color Hex

#6CDBAC
(108,219,172)
0 Favorites   0 Comments

Color spaces of #6cdbac

RGB 108219172
HSL0.430.610.64
HSV155°51°86°
CMYK 0.510.000.21   0.14
XYZ38.962356.829747.9454
Yxy56.82970.27110.3954
Hunter Lab75.3855-39.668515.0612
CIE-Lab80.0837-42.728113.5045

#6cdbac color RGB value is (108,219,172).

#6cdbac hex color red value is 108, green value is 219 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6cdbac hue: 0.43 , saturation: 0.61 and the lightness value of 6cdbac is 0.64.

The process color (four color CMYK) of #6cdbac color hex is 0.51, 0.00, 0.21, 0.14. Web safe color of #6cdbac is #66cc99. Color #6cdbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011011 10101100
Octal 154 333 254
Decimal 108 219 172
Hex 6C DB AC

RGB Percentages of Color #6cdbac

%21.64
%43.89
%34.47

CMYK Percentages of Color #6cdbac

%51
%0
%21
%14

Triadic Colors of #6cdbac

#6cdbac #ac6cdb #dbac6c

Analogous Colors of #6cdbac

#6cdbac #6cd3db #6cdb75

Monochromatic Colors of #6cdbac

#6cdbac

Complementary Color

#6cdbac #db6c9b

#6cdbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdbac Color CSS Codes

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

#6cdbac Text Font Color

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

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


#6cdbac Background Color

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

This div background color is #6cdbac


#6cdbac Border Color

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

This div border color is #6cdbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdbac


Comments

No comments written yet.

Please login to write comment.