Color Hex Logo

#acbcbe Color Hex

#ACBCBE
(172,188,190)
0 Favorites   0 Comments

Color spaces of #acbcbe

RGB 172188190
HSL0.520.120.71
HSV187°75°
CMYK 0.090.010.00   0.25
XYZ44.290748.454855.7335
Yxy48.45480.29830.3263
Hunter Lab69.6095-8.24171.2555
CIE-Lab75.1109-5.0798-2.8983

#acbcbe color RGB value is (172,188,190).

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

The process color (four color CMYK) of #acbcbe color hex is 0.09, 0.01, 0.00, 0.25. Web safe color of #acbcbe is #99cccc. Color #acbcbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 10111110
Octal 254 274 276
Decimal 172 188 190
Hex AC BC BE

RGB Percentages of Color #acbcbe

%31.27
%34.18
%34.55

CMYK Percentages of Color #acbcbe

%9
%1
%0
%25

Triadic Colors of #acbcbe

#acbcbe #beacbc #bcbeac

Analogous Colors of #acbcbe

#acbcbe #acb3be #acbeb7

Monochromatic Colors of #acbcbe

#acbcbe

Complementary Color

#acbcbe #beaeac

#acbcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbcbe Color CSS Codes

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

#acbcbe Text Font Color

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

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


#acbcbe Background Color

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

This div background color is #acbcbe


#acbcbe Border Color

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

This div border color is #acbcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbcbe


Comments

No comments written yet.

Please login to write comment.