Color Hex Logo

#6abdab Color Hex

#6ABDAB
(106,189,171)
0 Favorites   0 Comments

Color spaces of #6abdab

RGB 106189171
HSL0.460.390.58
HSV167°44°74°
CMYK 0.440.000.10   0.26
XYZ31.492142.399645.0522
Yxy42.39960.26480.3565
Hunter Lab65.1150-27.62184.5585
CIE-Lab71.1456-29.64201.2181

#6abdab color RGB value is (106,189,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111101 10101011
Octal 152 275 253
Decimal 106 189 171
Hex 6A BD AB

RGB Percentages of Color #6abdab

%22.75
%40.56
%36.70

CMYK Percentages of Color #6abdab

%44
%0
%10
%26

Triadic Colors of #6abdab

#6abdab #ab6abd #bdab6a

Analogous Colors of #6abdab

#6abdab #6aa6bd #6abd82

Monochromatic Colors of #6abdab

#6abdab

Complementary Color

#6abdab #bd6a7c

#6abdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abdab Color CSS Codes

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

#6abdab Text Font Color

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

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


#6abdab Background Color

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

This div background color is #6abdab


#6abdab Border Color

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

This div border color is #6abdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abdab


Comments

No comments written yet.

Please login to write comment.