Color Hex Logo

#a7cacf Color Hex

#A7CACF
(167,202,207)
0 Favorites   0 Comments

Color spaces of #a7cacf

RGB 167202207
HSL0.520.290.73
HSV188°19°81°
CMYK 0.190.020.00   0.19
XYZ48.319454.961567.0934
Yxy54.96150.28360.3226
Hunter Lab74.1360-13.3977-1.7625
CIE-Lab79.0191-10.5116-6.3650

#a7cacf color RGB value is (167,202,207).

#a7cacf hex color red value is 167, green value is 202 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a7cacf hue: 0.52 , saturation: 0.29 and the lightness value of a7cacf is 0.73.

The process color (four color CMYK) of #a7cacf color hex is 0.19, 0.02, 0.00, 0.19. Web safe color of #a7cacf is #99cccc. Color #a7cacf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11001010 11001111
Octal 247 312 317
Decimal 167 202 207
Hex A7 CA CF

RGB Percentages of Color #a7cacf

%28.99
%35.07
%35.94

CMYK Percentages of Color #a7cacf

%19
%2
%0
%19

Triadic Colors of #a7cacf

#a7cacf #cfa7ca #cacfa7

Analogous Colors of #a7cacf

#a7cacf #a7b6cf #a7cfc0

Monochromatic Colors of #a7cacf

#a7cacf

Complementary Color

#a7cacf #cfaca7

#a7cacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7cacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7cacf Color CSS Codes

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

#a7cacf Text Font Color

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

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


#a7cacf Background Color

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

This div background color is #a7cacf


#a7cacf Border Color

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

This div border color is #a7cacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7cacf


Comments

No comments written yet.

Please login to write comment.