Color Hex Logo

#acbbfa Color Hex

#ACBBFA
(172,187,250)
0 Favorites   0 Comments

Color spaces of #acbbfa

RGB 172187250
HSL0.630.890.83
HSV228°31°98°
CMYK 0.310.250.00   0.02
XYZ52.038951.213497.5849
Yxy51.21340.25910.2550
Hunter Lab71.56354.5638-30.7541
CIE-Lab76.80819.0059-32.8144

#acbbfa color RGB value is (172,187,250).

#acbbfa hex color red value is 172, green value is 187 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #acbbfa hue: 0.63 , saturation: 0.89 and the lightness value of acbbfa is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 11111010
Octal 254 273 372
Decimal 172 187 250
Hex AC BB FA

RGB Percentages of Color #acbbfa

%28.24
%30.71
%41.05

CMYK Percentages of Color #acbbfa

%31
%25
%0
%2

Triadic Colors of #acbbfa

#acbbfa #faacbb #bbfaac

Analogous Colors of #acbbfa

#acbbfa #c4acfa #ace2fa

Monochromatic Colors of #acbbfa

#acbbfa

Complementary Color

#acbbfa #faebac

#acbbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbbfa Color CSS Codes

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

#acbbfa Text Font Color

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

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


#acbbfa Background Color

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

This div background color is #acbbfa


#acbbfa Border Color

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

This div border color is #acbbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbbfa

Related Colors


Comments

No comments written yet.

Please login to write comment.