Color Hex Logo

#acbbff Color Hex

#ACBBFF
(172,187,255)
0 Favorites   0 Comments

Color spaces of #acbbff

RGB 172187255
HSL0.641.000.84
HSV229°33°100°
CMYK 0.330.270.00   0.00
XYZ52.833651.5313101.7696
Yxy51.53130.25630.2500
Hunter Lab71.78535.7508-33.8054
CIE-Lab76.999710.2515-35.2018

#acbbff color RGB value is (172,187,255).

#acbbff hex color red value is 172, green value is 187 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #acbbff hue: 0.64 , saturation: 1.00 and the lightness value of acbbff is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 11111111
Octal 254 273 377
Decimal 172 187 255
Hex AC BB FF

RGB Percentages of Color #acbbff

%28.01
%30.46
%41.53

CMYK Percentages of Color #acbbff

%33
%27
%0
%0

Triadic Colors of #acbbff

#acbbff #ffacbb #bbffac

Analogous Colors of #acbbff

#acbbff #c7acff #ace5ff

Monochromatic Colors of #acbbff

#acbbff

Complementary Color

#acbbff #fff0ac

#acbbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbbff Color CSS Codes

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

#acbbff Text Font Color

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

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


#acbbff Background Color

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

This div background color is #acbbff


#acbbff Border Color

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

This div border color is #acbbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbbff


Comments

No comments written yet.

Please login to write comment.