Color Hex Logo

#a7c5bb Color Hex

#A7C5BB
(167,197,187)
0 Favorites   0 Comments

Color spaces of #a7c5bb

RGB 167197187
HSL0.440.210.71
HSV160°15°77°
CMYK 0.150.000.05   0.23
XYZ44.872251.735954.6347
Yxy51.73590.29670.3421
Hunter Lab71.9277-14.51595.3140
CIE-Lab77.1226-12.06211.6286

#a7c5bb color RGB value is (167,197,187).

#a7c5bb hex color red value is 167, green value is 197 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a7c5bb hue: 0.44 , saturation: 0.21 and the lightness value of a7c5bb is 0.71.

The process color (four color CMYK) of #a7c5bb color hex is 0.15, 0.00, 0.05, 0.23. Web safe color of #a7c5bb is #99cccc. Color #a7c5bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11000101 10111011
Octal 247 305 273
Decimal 167 197 187
Hex A7 C5 BB

RGB Percentages of Color #a7c5bb

%30.31
%35.75
%33.94

CMYK Percentages of Color #a7c5bb

%15
%0
%5
%23

Triadic Colors of #a7c5bb

#a7c5bb #bba7c5 #c5bba7

Analogous Colors of #a7c5bb

#a7c5bb #a7c0c5 #a7c5ac

Monochromatic Colors of #a7c5bb

#a7c5bb

Complementary Color

#a7c5bb #c5a7b1

#a7c5bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7c5bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7c5bb Color CSS Codes

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

#a7c5bb Text Font Color

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

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


#a7c5bb Background Color

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

This div background color is #a7c5bb


#a7c5bb Border Color

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

This div border color is #a7c5bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7c5bb


Comments

No comments written yet.

Please login to write comment.