Color Hex Logo

#a7d1cc Color Hex

#A7D1CC
(167,209,204)
0 Favorites   0 Comments

Color spaces of #a7d1cc

RGB 167209204
HSL0.480.310.74
HSV173°20°82°
CMYK 0.200.000.02   0.18
XYZ49.635958.176165.7398
Yxy58.17610.28600.3352
Hunter Lab76.2733-17.31682.2893
CIE-Lab80.8366-14.7540-2.0790

#a7d1cc color RGB value is (167,209,204).

#a7d1cc hex color red value is 167, green value is 209 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a7d1cc hue: 0.48 , saturation: 0.31 and the lightness value of a7d1cc is 0.74.

The process color (four color CMYK) of #a7d1cc color hex is 0.20, 0.00, 0.02, 0.18. Web safe color of #a7d1cc is #99cccc. Color #a7d1cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11010001 11001100
Octal 247 321 314
Decimal 167 209 204
Hex A7 D1 CC

RGB Percentages of Color #a7d1cc

%28.79
%36.03
%35.17

CMYK Percentages of Color #a7d1cc

%20
%0
%2
%18

Triadic Colors of #a7d1cc

#a7d1cc #cca7d1 #d1cca7

Analogous Colors of #a7d1cc

#a7d1cc #a7c1d1 #a7d1b7

Monochromatic Colors of #a7d1cc

#a7d1cc

Complementary Color

#a7d1cc #d1a7ac

#a7d1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7d1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7d1cc Color CSS Codes

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

#a7d1cc Text Font Color

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

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


#a7d1cc Background Color

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

This div background color is #a7d1cc


#a7d1cc Border Color

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

This div border color is #a7d1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7d1cc


Comments

No comments written yet.

Please login to write comment.