Color Hex Logo

#6adeaa Color Hex

#6ADEAA
(106,222,170)
0 Favorites   0 Comments

Color spaces of #6adeaa

RGB 106222170
HSL0.430.640.64
HSV153°52°87°
CMYK 0.520.000.23   0.13
XYZ39.320858.209047.1932
Yxy58.20900.27170.4022
Hunter Lab76.2948-41.520716.7317
CIE-Lab80.8548-44.916315.6339

#6adeaa color RGB value is (106,222,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011110 10101010
Octal 152 336 252
Decimal 106 222 170
Hex 6A DE AA

RGB Percentages of Color #6adeaa

%21.29
%44.58
%34.14

CMYK Percentages of Color #6adeaa

%52
%0
%23
%13

Triadic Colors of #6adeaa

#6adeaa #aa6ade #deaa6a

Analogous Colors of #6adeaa

#6adeaa #6ad8de #6ade70

Monochromatic Colors of #6adeaa

#6adeaa

Complementary Color

#6adeaa #de6a9e

#6adeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adeaa Color CSS Codes

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

#6adeaa Text Font Color

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

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


#6adeaa Background Color

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

This div background color is #6adeaa


#6adeaa Border Color

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

This div border color is #6adeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adeaa


Comments

No comments written yet.

Please login to write comment.