Color Hex Logo

#acb4fb Color Hex

#ACB4FB
(172,180,251)
0 Favorites   0 Comments

Color spaces of #acb4fb

RGB 172180251
HSL0.650.910.83
HSV234°31°98°
CMYK 0.310.280.00   0.02
XYZ50.747148.378297.9301
Yxy48.37820.25750.2455
Hunter Lab69.55448.5138-34.7900
CIE-Lab75.062813.1154-36.0505

#acb4fb color RGB value is (172,180,251).

#acb4fb hex color red value is 172, green value is 180 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #acb4fb hue: 0.65 , saturation: 0.91 and the lightness value of acb4fb is 0.83.

The process color (four color CMYK) of #acb4fb color hex is 0.31, 0.28, 0.00, 0.02. Web safe color of #acb4fb is #99ccff. Color #acb4fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110100 11111011
Octal 254 264 373
Decimal 172 180 251
Hex AC B4 FB

RGB Percentages of Color #acb4fb

%28.52
%29.85
%41.63

CMYK Percentages of Color #acb4fb

%31
%28
%0
%2

Triadic Colors of #acb4fb

#acb4fb #fbacb4 #b4fbac

Analogous Colors of #acb4fb

#acb4fb #ccacfb #acdcfb

Monochromatic Colors of #acb4fb

#acb4fb

Complementary Color

#acb4fb #fbf3ac

#acb4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb4fb Color CSS Codes

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

#acb4fb Text Font Color

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

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


#acb4fb Background Color

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

This div background color is #acb4fb


#acb4fb Border Color

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

This div border color is #acb4fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,180,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb4fb


Comments

No comments written yet.

Please login to write comment.