Color Hex Logo

#a8dcbd Color Hex

#A8DCBD
(168,220,189)
0 Favorites   0 Comments

Color spaces of #a8dcbd

RGB 168220189
HSL0.400.430.76
HSV144°24°86°
CMYK 0.240.000.14   0.14
XYZ50.927063.185457.6560
Yxy63.18540.29650.3679
Hunter Lab79.4892-24.745212.6376
CIE-Lab83.5398-22.94459.8156

#a8dcbd color RGB value is (168,220,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011100 10111101
Octal 250 334 275
Decimal 168 220 189
Hex A8 DC BD

RGB Percentages of Color #a8dcbd

%29.12
%38.13
%32.76

CMYK Percentages of Color #a8dcbd

%24
%0
%14
%14

Triadic Colors of #a8dcbd

#a8dcbd #bda8dc #dcbda8

Analogous Colors of #a8dcbd

#a8dcbd #a8dcd7 #addca8

Monochromatic Colors of #a8dcbd

#a8dcbd

Complementary Color

#a8dcbd #dca8c7

#a8dcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dcbd Color CSS Codes

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

#a8dcbd Text Font Color

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

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


#a8dcbd Background Color

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

This div background color is #a8dcbd


#a8dcbd Border Color

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

This div border color is #a8dcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dcbd

#a8dcbd Color Palettes


Comments

No comments written yet.

Please login to write comment.