Color Hex Logo

#6cd2ba Color Hex

#6CD2BA
(108,210,186)
0 Favorites   0 Comments

Color spaces of #6cd2ba

RGB 108210186
HSL0.460.530.62
HSV166°49°82°
CMYK 0.490.000.11   0.18
XYZ38.093952.826554.6432
Yxy52.82650.26170.3629
Hunter Lab72.6818-33.63816.3023
CIE-Lab77.7725-35.54602.7407

#6cd2ba color RGB value is (108,210,186).

#6cd2ba hex color red value is 108, green value is 210 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6cd2ba hue: 0.46 , saturation: 0.53 and the lightness value of 6cd2ba is 0.62.

The process color (four color CMYK) of #6cd2ba color hex is 0.49, 0.00, 0.11, 0.18. Web safe color of #6cd2ba is #66cccc. Color #6cd2ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11010010 10111010
Octal 154 322 272
Decimal 108 210 186
Hex 6C D2 BA

RGB Percentages of Color #6cd2ba

%21.43
%41.67
%36.90

CMYK Percentages of Color #6cd2ba

%49
%0
%11
%18

Triadic Colors of #6cd2ba

#6cd2ba #ba6cd2 #d2ba6c

Analogous Colors of #6cd2ba

#6cd2ba #6cb7d2 #6cd287

Monochromatic Colors of #6cd2ba

#6cd2ba

Complementary Color

#6cd2ba #d26c84

#6cd2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cd2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cd2ba Color CSS Codes

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

#6cd2ba Text Font Color

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

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


#6cd2ba Background Color

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

This div background color is #6cd2ba


#6cd2ba Border Color

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

This div border color is #6cd2ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cd2ba


Comments

No comments written yet.

Please login to write comment.