Color Hex Logo

#6abdaa Color Hex

#6ABDAA
(106,189,170)
0 Favorites   0 Comments

Color spaces of #6abdaa

RGB 106189170
HSL0.460.390.58
HSV166°44°74°
CMYK 0.440.000.10   0.26
XYZ31.397242.361644.5520
Yxy42.36160.26540.3581
Hunter Lab65.0858-27.79224.9753
CIE-Lab71.1195-29.87771.7268

#6abdaa color RGB value is (106,189,170).

#6abdaa hex color red value is 106, green value is 189 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6abdaa hue: 0.46 , saturation: 0.39 and the lightness value of 6abdaa is 0.58.

The process color (four color CMYK) of #6abdaa color hex is 0.44, 0.00, 0.10, 0.26. Web safe color of #6abdaa is #66cc99. Color #6abdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111101 10101010
Octal 152 275 252
Decimal 106 189 170
Hex 6A BD AA

RGB Percentages of Color #6abdaa

%22.80
%40.65
%36.56

CMYK Percentages of Color #6abdaa

%44
%0
%10
%26

Triadic Colors of #6abdaa

#6abdaa #aa6abd #bdaa6a

Analogous Colors of #6abdaa

#6abdaa #6aa7bd #6abd81

Monochromatic Colors of #6abdaa

#6abdaa

Complementary Color

#6abdaa #bd6a7d

#6abdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abdaa Color CSS Codes

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

#6abdaa Text Font Color

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

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


#6abdaa Background Color

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

This div background color is #6abdaa


#6abdaa Border Color

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

This div border color is #6abdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abdaa


Comments

No comments written yet.

Please login to write comment.