Color Hex Logo

#a7dcbc Color Hex

#A7DCBC
(167,220,188)
0 Favorites   0 Comments

Color spaces of #a7dcbc

RGB 167220188
HSL0.400.430.76
HSV144°24°86°
CMYK 0.240.000.15   0.14
XYZ50.606663.032757.0762
Yxy63.03270.29640.3692
Hunter Lab79.3931-25.158912.9513
CIE-Lab83.4596-23.452110.2214

#a7dcbc color RGB value is (167,220,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011100 10111100
Octal 247 334 274
Decimal 167 220 188
Hex A7 DC BC

RGB Percentages of Color #a7dcbc

%29.04
%38.26
%32.70

CMYK Percentages of Color #a7dcbc

%24
%0
%15
%14

Triadic Colors of #a7dcbc

#a7dcbc #bca7dc #dcbca7

Analogous Colors of #a7dcbc

#a7dcbc #a7dcd7 #addca7

Monochromatic Colors of #a7dcbc

#a7dcbc

Complementary Color

#a7dcbc #dca7c7

#a7dcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7dcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7dcbc Color CSS Codes

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

#a7dcbc Text Font Color

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

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


#a7dcbc Background Color

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

This div background color is #a7dcbc


#a7dcbc Border Color

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

This div border color is #a7dcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7dcbc


Comments

No comments written yet.

Please login to write comment.