Color Hex Logo

#a4bfbe Color Hex

#A4BFBE
(164,191,190)
0 Favorites   0 Comments

Color spaces of #a4bfbe

RGB 164191190
HSL0.490.170.70
HSV178°14°75°
CMYK 0.140.000.01   0.25
XYZ43.234948.871855.8697
Yxy48.87180.29220.3303
Hunter Lab69.9084-11.94611.5522
CIE-Lab75.3715-9.3081-2.5792

#a4bfbe color RGB value is (164,191,190).

#a4bfbe hex color red value is 164, green value is 191 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a4bfbe hue: 0.49 , saturation: 0.17 and the lightness value of a4bfbe is 0.70.

The process color (four color CMYK) of #a4bfbe color hex is 0.14, 0.00, 0.01, 0.25. Web safe color of #a4bfbe is #99cccc. Color #a4bfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111111 10111110
Octal 244 277 276
Decimal 164 191 190
Hex A4 BF BE

RGB Percentages of Color #a4bfbe

%30.09
%35.05
%34.86

CMYK Percentages of Color #a4bfbe

%14
%0
%1
%25

Triadic Colors of #a4bfbe

#a4bfbe #bea4bf #bfbea4

Analogous Colors of #a4bfbe

#a4bfbe #a4b3bf #a4bfb1

Monochromatic Colors of #a4bfbe

#a4bfbe

Complementary Color

#a4bfbe #bfa4a5

#a4bfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bfbe Color CSS Codes

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

#a4bfbe Text Font Color

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

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


#a4bfbe Background Color

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

This div background color is #a4bfbe


#a4bfbe Border Color

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

This div border color is #a4bfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bfbe

#a4bfbe Color Palettes


Comments

No comments written yet.

Please login to write comment.