Color Hex Logo

#a7dcbd Color Hex

#A7DCBD
(167,220,189)
0 Favorites   0 Comments

Color spaces of #a7dcbd

RGB 167220189
HSL0.400.430.76
HSV145°24°86°
CMYK 0.240.000.14   0.14
XYZ50.714963.076057.6460
Yxy63.07600.29580.3679
Hunter Lab79.4204-25.002312.5596
CIE-Lab83.4824-23.26139.7258

#a7dcbd color RGB value is (167,220,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011100 10111101
Octal 247 334 275
Decimal 167 220 189
Hex A7 DC BD

RGB Percentages of Color #a7dcbd

%28.99
%38.19
%32.81

CMYK Percentages of Color #a7dcbd

%24
%0
%14
%14

Triadic Colors of #a7dcbd

#a7dcbd #bda7dc #dcbda7

Analogous Colors of #a7dcbd

#a7dcbd #a7dcd8 #acdca7

Monochromatic Colors of #a7dcbd

#a7dcbd

Complementary Color

#a7dcbd #dca7c6

#a7dcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7dcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7dcbd Color CSS Codes

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

#a7dcbd Text Font Color

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

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


#a7dcbd Background Color

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

This div background color is #a7dcbd


#a7dcbd Border Color

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

This div border color is #a7dcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7dcbd


Comments

No comments written yet.

Please login to write comment.