Color Hex Logo

#a4debf Color Hex

#A4DEBF
(164,222,191)
1 Favorites   0 Comments

Color spaces of #a4debf

RGB 164222191
HSL0.410.470.76
HSV148°26°87°
CMYK 0.260.000.14   0.13
XYZ50.835163.896758.9442
Yxy63.89670.29270.3679
Hunter Lab79.9354-26.369512.2345
CIE-Lab83.9120-24.79309.2610

#a4debf color RGB value is (164,222,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011110 10111111
Octal 244 336 277
Decimal 164 222 191
Hex A4 DE BF

RGB Percentages of Color #a4debf

%28.42
%38.47
%33.10

CMYK Percentages of Color #a4debf

%26
%0
%14
%13

Triadic Colors of #a4debf

#a4debf #bfa4de #debfa4

Analogous Colors of #a4debf

#a4debf #a4dedc #a6dea4

Monochromatic Colors of #a4debf

#a4debf

Complementary Color

#a4debf #dea4c3

#a4debf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4debf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4debf Color CSS Codes

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

#a4debf Text Font Color

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

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


#a4debf Background Color

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

This div background color is #a4debf


#a4debf Border Color

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

This div border color is #a4debf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4debf

#a4debf Color Palettes


Comments

No comments written yet.

Please login to write comment.