Color Hex Logo

#a4ccbf Color Hex

#A4CCBF
(164,204,191)
0 Favorites   0 Comments

Color spaces of #a4ccbf

RGB 164204191
HSL0.450.280.72
HSV161°20°80°
CMYK 0.200.000.06   0.20
XYZ46.306754.839857.4347
Yxy54.83980.29200.3458
Hunter Lab74.0539-17.97645.8536
CIE-Lab78.9489-15.82862.1075

#a4ccbf color RGB value is (164,204,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001100 10111111
Octal 244 314 277
Decimal 164 204 191
Hex A4 CC BF

RGB Percentages of Color #a4ccbf

%29.34
%36.49
%34.17

CMYK Percentages of Color #a4ccbf

%20
%0
%6
%20

Triadic Colors of #a4ccbf

#a4ccbf #bfa4cc #ccbfa4

Analogous Colors of #a4ccbf

#a4ccbf #a4c5cc #a4ccab

Monochromatic Colors of #a4ccbf

#a4ccbf

Complementary Color

#a4ccbf #cca4b1

#a4ccbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4ccbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4ccbf Color CSS Codes

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

#a4ccbf Text Font Color

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

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


#a4ccbf Background Color

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

This div background color is #a4ccbf


#a4ccbf Border Color

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

This div border color is #a4ccbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4ccbf


Comments

No comments written yet.

Please login to write comment.