Color Hex Logo

#acbfbe Color Hex

#ACBFBE
(172,191,190)
0 Favorites   0 Comments

Color spaces of #acbfbe

RGB 172191190
HSL0.490.130.71
HSV177°10°75°
CMYK 0.100.000.01   0.25
XYZ44.938349.750055.9494
Yxy49.75000.29830.3303
Hunter Lab70.5337-9.70832.3430
CIE-Lab75.9156-6.6681-1.7173

#acbfbe color RGB value is (172,191,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111111 10111110
Octal 254 277 276
Decimal 172 191 190
Hex AC BF BE

RGB Percentages of Color #acbfbe

%31.10
%34.54
%34.36

CMYK Percentages of Color #acbfbe

%10
%0
%1
%25

Triadic Colors of #acbfbe

#acbfbe #beacbf #bfbeac

Analogous Colors of #acbfbe

#acbfbe #acb7bf #acbfb5

Monochromatic Colors of #acbfbe

#acbfbe

Complementary Color

#acbfbe #bfacad

#acbfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbfbe Color CSS Codes

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

#acbfbe Text Font Color

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

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


#acbfbe Background Color

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

This div background color is #acbfbe


#acbfbe Border Color

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

This div border color is #acbfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbfbe

#acbfbe Color Palettes


Comments

No comments written yet.

Please login to write comment.