Color Hex Logo

#acbbbe Color Hex

#ACBBBE
(172,187,190)
0 Favorites   0 Comments

Color spaces of #acbbbe

RGB 172187190
HSL0.530.120.71
HSV190°75°
CMYK 0.090.020.00   0.25
XYZ44.077848.029055.6626
Yxy48.02900.29830.3250
Hunter Lab69.3030-7.75130.8917
CIE-Lab74.8432-4.5482-3.2919

#acbbbe color RGB value is (172,187,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 10111110
Octal 254 273 276
Decimal 172 187 190
Hex AC BB BE

RGB Percentages of Color #acbbbe

%31.33
%34.06
%34.61

CMYK Percentages of Color #acbbbe

%9
%2
%0
%25

Triadic Colors of #acbbbe

#acbbbe #beacbb #bbbeac

Analogous Colors of #acbbbe

#acbbbe #acb2be #acbeb8

Monochromatic Colors of #acbbbe

#acbbbe

Complementary Color

#acbbbe #beafac

#acbbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbbbe Color CSS Codes

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

#acbbbe Text Font Color

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

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


#acbbbe Background Color

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

This div background color is #acbbbe


#acbbbe Border Color

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

This div border color is #acbbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbbbe


Comments

No comments written yet.

Please login to write comment.