Color Hex Logo

#a7debf Color Hex

#A7DEBF
(167,222,191)
0 Favorites   0 Comments

Color spaces of #a7debf

RGB 167222191
HSL0.410.450.76
HSV146°25°87°
CMYK 0.250.000.14   0.13
XYZ51.461664.219658.9735
Yxy64.21960.29460.3677
Hunter Lab80.1371-25.612812.4640
CIE-Lab84.0800-23.85679.5237

#a7debf color RGB value is (167,222,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011110 10111111
Octal 247 336 277
Decimal 167 222 191
Hex A7 DE BF

RGB Percentages of Color #a7debf

%28.79
%38.28
%32.93

CMYK Percentages of Color #a7debf

%25
%0
%14
%13

Triadic Colors of #a7debf

#a7debf #bfa7de #debfa7

Analogous Colors of #a7debf

#a7debf #a7dedb #abdea7

Monochromatic Colors of #a7debf

#a7debf

Complementary Color

#a7debf #dea7c6

#a7debf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7debf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7debf Color CSS Codes

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

#a7debf Text Font Color

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

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


#a7debf Background Color

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

This div background color is #a7debf


#a7debf Border Color

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

This div border color is #a7debf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7debf


Comments

No comments written yet.

Please login to write comment.