Color Hex Logo

#6adcac Color Hex

#6ADCAC
(106,220,172)
0 Favorites   0 Comments

Color spaces of #6adcac

RGB 106220172
HSL0.430.620.64
HSV155°52°86°
CMYK 0.520.000.22   0.14
XYZ38.983557.229148.0214
Yxy57.22910.27030.3968
Hunter Lab75.6499-40.403715.3186
CIE-Lab80.3083-43.628713.8113

#6adcac color RGB value is (106,220,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011100 10101100
Octal 152 334 254
Decimal 106 220 172
Hex 6A DC AC

RGB Percentages of Color #6adcac

%21.29
%44.18
%34.54

CMYK Percentages of Color #6adcac

%52
%0
%22
%14

Triadic Colors of #6adcac

#6adcac #ac6adc #dcac6a

Analogous Colors of #6adcac

#6adcac #6ad3dc #6adc73

Monochromatic Colors of #6adcac

#6adcac

Complementary Color

#6adcac #dc6a9a

#6adcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adcac Color CSS Codes

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

#6adcac Text Font Color

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

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


#6adcac Background Color

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

This div background color is #6adcac


#6adcac Border Color

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

This div border color is #6adcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adcac


Comments

No comments written yet.

Please login to write comment.