Color Hex Logo

#a7cabf Color Hex

#A7CABF
(167,202,191)
0 Favorites   0 Comments

Color spaces of #a7cabf

RGB 167202191
HSL0.450.250.72
HSV161°17°79°
CMYK 0.170.000.05   0.21
XYZ46.460854.218157.3066
Yxy54.21810.29410.3432
Hunter Lab73.6329-16.22805.3992
CIE-Lab78.5887-13.84021.6067

#a7cabf color RGB value is (167,202,191).

#a7cabf hex color red value is 167, green value is 202 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a7cabf hue: 0.45 , saturation: 0.25 and the lightness value of a7cabf is 0.72.

The process color (four color CMYK) of #a7cabf color hex is 0.17, 0.00, 0.05, 0.21. Web safe color of #a7cabf is #99cccc. Color #a7cabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11001010 10111111
Octal 247 312 277
Decimal 167 202 191
Hex A7 CA BF

RGB Percentages of Color #a7cabf

%29.82
%36.07
%34.11

CMYK Percentages of Color #a7cabf

%17
%0
%5
%21

Triadic Colors of #a7cabf

#a7cabf #bfa7ca #cabfa7

Analogous Colors of #a7cabf

#a7cabf #a7c4ca #a7caae

Monochromatic Colors of #a7cabf

#a7cabf

Complementary Color

#a7cabf #caa7b2

#a7cabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7cabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7cabf Color CSS Codes

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

#a7cabf Text Font Color

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

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


#a7cabf Background Color

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

This div background color is #a7cabf


#a7cabf Border Color

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

This div border color is #a7cabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7cabf


Comments

No comments written yet.

Please login to write comment.