Color Hex Logo

#a6debe Color Hex

#A6DEBE
(166,222,190)
0 Favorites   0 Comments

Color spaces of #a6debe

RGB 166222190
HSL0.400.460.76
HSV146°25°87°
CMYK 0.250.000.14   0.13
XYZ51.141464.067258.3860
Yxy64.06720.29460.3691
Hunter Lab80.0420-26.024112.7808
CIE-Lab84.0007-24.36219.9302

#a6debe color RGB value is (166,222,190).

#a6debe hex color red value is 166, green value is 222 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a6debe hue: 0.40 , saturation: 0.46 and the lightness value of a6debe is 0.76.

The process color (four color CMYK) of #a6debe color hex is 0.25, 0.00, 0.14, 0.13. Web safe color of #a6debe is #99cccc. Color #a6debe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11011110 10111110
Octal 246 336 276
Decimal 166 222 190
Hex A6 DE BE

RGB Percentages of Color #a6debe

%28.72
%38.41
%32.87

CMYK Percentages of Color #a6debe

%25
%0
%14
%13

Triadic Colors of #a6debe

#a6debe #bea6de #debea6

Analogous Colors of #a6debe

#a6debe #a6deda #aadea6

Monochromatic Colors of #a6debe

#a6debe

Complementary Color

#a6debe #dea6c6

#a6debe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6debe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6debe Color CSS Codes

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

#a6debe Text Font Color

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

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


#a6debe Background Color

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

This div background color is #a6debe


#a6debe Border Color

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

This div border color is #a6debe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,222,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a6debe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a6debe;
  -webkit-box-shadow: 1px 1px 3px 2px #a6debe;
  box-shadow:         1px 1px 3px 2px #a6debe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,222,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6debe


Comments

No comments written yet.

Please login to write comment.