Color Hex Logo

#a7ccbb Color Hex

#A7CCBB
(167,204,187)
0 Favorites   0 Comments

Color spaces of #a7ccbb

RGB 167204187
HSL0.420.270.73
HSV152°18°80°
CMYK 0.180.000.08   0.20
XYZ46.498954.989155.1769
Yxy54.98910.29680.3510
Hunter Lab74.1546-17.84167.7918
CIE-Lab79.0350-15.65614.4018

#a7ccbb color RGB value is (167,204,187).

#a7ccbb hex color red value is 167, green value is 204 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a7ccbb hue: 0.42 , saturation: 0.27 and the lightness value of a7ccbb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11001100 10111011
Octal 247 314 273
Decimal 167 204 187
Hex A7 CC BB

RGB Percentages of Color #a7ccbb

%29.93
%36.56
%33.51

CMYK Percentages of Color #a7ccbb

%18
%0
%8
%20

Triadic Colors of #a7ccbb

#a7ccbb #bba7cc #ccbba7

Analogous Colors of #a7ccbb

#a7ccbb #a7cbcc #a7cca9

Monochromatic Colors of #a7ccbb

#a7ccbb

Complementary Color

#a7ccbb #cca7b8

#a7ccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7ccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7ccbb Color CSS Codes

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

#a7ccbb Text Font Color

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

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


#a7ccbb Background Color

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

This div background color is #a7ccbb


#a7ccbb Border Color

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

This div border color is #a7ccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7ccbb


Comments

No comments written yet.

Please login to write comment.