Color Hex Logo

#a7debd Color Hex

#A7DEBD
(167,222,189)
0 Favorites   0 Comments

Color spaces of #a7debd

RGB 167222189
HSL0.400.450.76
HSV144°25°87°
CMYK 0.250.000.15   0.13
XYZ51.242964.132257.8221
Yxy64.13220.29590.3703
Hunter Lab80.0826-25.926713.2486
CIE-Lab84.0346-24.239010.5133

#a7debd color RGB value is (167,222,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011110 10111101
Octal 247 336 275
Decimal 167 222 189
Hex A7 DE BD

RGB Percentages of Color #a7debd

%28.89
%38.41
%32.70

CMYK Percentages of Color #a7debd

%25
%0
%15
%13

Triadic Colors of #a7debd

#a7debd #bda7de #debda7

Analogous Colors of #a7debd

#a7debd #a7ded9 #addea7

Monochromatic Colors of #a7debd

#a7debd

Complementary Color

#a7debd #dea7c8

#a7debd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7debd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7debd Color CSS Codes

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

#a7debd Text Font Color

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

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


#a7debd Background Color

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

This div background color is #a7debd


#a7debd Border Color

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

This div border color is #a7debd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7debd


Comments

No comments written yet.

Please login to write comment.