Color Hex Logo

#a7cabc Color Hex

#A7CABC
(167,202,188)
0 Favorites   0 Comments

Color spaces of #a7cabc

RGB 167202188
HSL0.430.250.72
HSV156°17°79°
CMYK 0.170.000.07   0.21
XYZ46.134054.087455.5853
Yxy54.08740.29610.3471
Hunter Lab73.5441-16.72986.6690
CIE-Lab78.5127-14.43803.1088

#a7cabc color RGB value is (167,202,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11001010 10111100
Octal 247 312 274
Decimal 167 202 188
Hex A7 CA BC

RGB Percentages of Color #a7cabc

%29.98
%36.27
%33.75

CMYK Percentages of Color #a7cabc

%17
%0
%7
%21

Triadic Colors of #a7cabc

#a7cabc #bca7ca #cabca7

Analogous Colors of #a7cabc

#a7cabc #a7c7ca #a7caab

Monochromatic Colors of #a7cabc

#a7cabc

Complementary Color

#a7cabc #caa7b5

#a7cabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7cabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7cabc Color CSS Codes

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

#a7cabc Text Font Color

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

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


#a7cabc Background Color

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

This div background color is #a7cabc


#a7cabc Border Color

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

This div border color is #a7cabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7cabc


Comments

No comments written yet.

Please login to write comment.