Color Hex Logo

#a7debe Color Hex

#A7DEBE
(167,222,190)
0 Favorites   0 Comments

Color spaces of #a7debe

RGB 167222190
HSL0.400.450.76
HSV145°25°87°
CMYK 0.250.000.14   0.13
XYZ51.351964.175758.3958
Yxy64.17570.29530.3690
Hunter Lab80.1097-25.770112.8575
CIE-Lab84.0572-24.048110.0184

#a7debe color RGB value is (167,222,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011110 10111110
Octal 247 336 276
Decimal 167 222 190
Hex A7 DE BE

RGB Percentages of Color #a7debe

%28.84
%38.34
%32.82

CMYK Percentages of Color #a7debe

%25
%0
%14
%13

Triadic Colors of #a7debe

#a7debe #bea7de #debea7

Analogous Colors of #a7debe

#a7debe #a7deda #acdea7

Monochromatic Colors of #a7debe

#a7debe

Complementary Color

#a7debe #dea7c7

#a7debe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7debe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7debe Color CSS Codes

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

#a7debe Text Font Color

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

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


#a7debe Background Color

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

This div background color is #a7debe


#a7debe Border Color

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

This div border color is #a7debe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7debe


Comments

No comments written yet.

Please login to write comment.