Color Hex Logo

#a8debe Color Hex

#A8DEBE
(168,222,190)
0 Favorites   0 Comments

Color spaces of #a8debe

RGB 168222190
HSL0.400.450.76
HSV144°24°87°
CMYK 0.240.000.14   0.13
XYZ51.564064.285158.4058
Yxy64.28510.29590.3689
Hunter Lab80.1780-25.514712.9347
CIE-Lab84.1140-23.733210.1071

#a8debe color RGB value is (168,222,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011110 10111110
Octal 250 336 276
Decimal 168 222 190
Hex A8 DE BE

RGB Percentages of Color #a8debe

%28.97
%38.28
%32.76

CMYK Percentages of Color #a8debe

%24
%0
%14
%13

Triadic Colors of #a8debe

#a8debe #bea8de #debea8

Analogous Colors of #a8debe

#a8debe #a8ded9 #addea8

Monochromatic Colors of #a8debe

#a8debe

Complementary Color

#a8debe #dea8c8

#a8debe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8debe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8debe Color CSS Codes

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

#a8debe Text Font Color

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

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


#a8debe Background Color

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

This div background color is #a8debe


#a8debe Border Color

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

This div border color is #a8debe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8debe


Comments

No comments written yet.

Please login to write comment.