Color Hex Logo

#acb7fb Color Hex

#ACB7FB
(172,183,251)
0 Favorites   0 Comments

Color spaces of #acb7fb

RGB 172183251
HSL0.640.910.83
HSV232°31°98°
CMYK 0.310.270.00   0.02
XYZ51.359349.602798.1341
Yxy49.60270.25800.2491
Hunter Lab70.42926.9171-33.3126
CIE-Lab75.824811.4560-34.8709

#acb7fb color RGB value is (172,183,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110111 11111011
Octal 254 267 373
Decimal 172 183 251
Hex AC B7 FB

RGB Percentages of Color #acb7fb

%28.38
%30.20
%41.42

CMYK Percentages of Color #acb7fb

%31
%27
%0
%2

Triadic Colors of #acb7fb

#acb7fb #fbacb7 #b7fbac

Analogous Colors of #acb7fb

#acb7fb #c9acfb #acdffb

Monochromatic Colors of #acb7fb

#acb7fb

Complementary Color

#acb7fb #fbf0ac

#acb7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb7fb Color CSS Codes

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

#acb7fb Text Font Color

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

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


#acb7fb Background Color

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

This div background color is #acb7fb


#acb7fb Border Color

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

This div border color is #acb7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb7fb


Comments

No comments written yet.

Please login to write comment.