Color Hex Logo

#6adcaa Color Hex

#6ADCAA
(106,220,170)
0 Favorites   0 Comments

Color spaces of #6adcaa

RGB 106220170
HSL0.430.620.64
HSV154°52°86°
CMYK 0.520.000.23   0.14
XYZ38.792857.152947.0172
Yxy57.15290.27130.3998
Hunter Lab75.5995-40.704516.0458
CIE-Lab80.2655-44.051214.8062

#6adcaa color RGB value is (106,220,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011100 10101010
Octal 152 334 252
Decimal 106 220 170
Hex 6A DC AA

RGB Percentages of Color #6adcaa

%21.37
%44.35
%34.27

CMYK Percentages of Color #6adcaa

%52
%0
%23
%14

Triadic Colors of #6adcaa

#6adcaa #aa6adc #dcaa6a

Analogous Colors of #6adcaa

#6adcaa #6ad5dc #6adc71

Monochromatic Colors of #6adcaa

#6adcaa

Complementary Color

#6adcaa #dc6a9c

#6adcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adcaa Color CSS Codes

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

#6adcaa Text Font Color

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

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


#6adcaa Background Color

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

This div background color is #6adcaa


#6adcaa Border Color

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

This div border color is #6adcaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,220,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adcaa


Comments

No comments written yet.

Please login to write comment.