Color Hex Logo

#a4bcaf Color Hex

#A4BCAF
(164,188,175)
0 Favorites   0 Comments

Color spaces of #a4bcaf

RGB 164188175
HSL0.410.150.69
HSV148°13°74°
CMYK 0.130.000.07   0.26
XYZ41.030946.954147.4579
Yxy46.95410.30290.3467
Hunter Lab68.5231-13.03146.9029
CIE-Lab74.1604-10.73633.8093

#a4bcaf color RGB value is (164,188,175).

#a4bcaf hex color red value is 164, green value is 188 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a4bcaf hue: 0.41 , saturation: 0.15 and the lightness value of a4bcaf is 0.69.

The process color (four color CMYK) of #a4bcaf color hex is 0.13, 0.00, 0.07, 0.26. Web safe color of #a4bcaf is #99cc99. Color #a4bcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111100 10101111
Octal 244 274 257
Decimal 164 188 175
Hex A4 BC AF

RGB Percentages of Color #a4bcaf

%31.12
%35.67
%33.21

CMYK Percentages of Color #a4bcaf

%13
%0
%7
%26

Triadic Colors of #a4bcaf

#a4bcaf #afa4bc #bcafa4

Analogous Colors of #a4bcaf

#a4bcaf #a4bcbb #a5bca4

Monochromatic Colors of #a4bcaf

#a4bcaf

Complementary Color

#a4bcaf #bca4b1

#a4bcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bcaf Color CSS Codes

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

#a4bcaf Text Font Color

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

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


#a4bcaf Background Color

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

This div background color is #a4bcaf


#a4bcaf Border Color

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

This div border color is #a4bcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bcaf


Comments

No comments written yet.

Please login to write comment.