Color Hex Logo

#acbbef Color Hex

#ACBBEF
(172,187,239)
3 Favorites   0 Comments

Color spaces of #acbbef

RGB 172187239
HSL0.630.680.81
HSV227°28°94°
CMYK 0.280.220.00   0.06
XYZ50.363650.543388.7627
Yxy50.54330.26550.2665
Hunter Lab71.09382.0371-24.2596
CIE-Lab76.40156.3209-27.5200

#acbbef color RGB value is (172,187,239).

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

The process color (four color CMYK) of #acbbef color hex is 0.28, 0.22, 0.00, 0.06. Web safe color of #acbbef is #99ccff. Color #acbbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 11101111
Octal 254 273 357
Decimal 172 187 239
Hex AC BB EF

RGB Percentages of Color #acbbef

%28.76
%31.27
%39.97

CMYK Percentages of Color #acbbef

%28
%22
%0
%6

Triadic Colors of #acbbef

#acbbef #efacbb #bbefac

Analogous Colors of #acbbef

#acbbef #bfacef #acddef

Monochromatic Colors of #acbbef

#acbbef

Complementary Color

#acbbef #efe0ac

#acbbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbbef Color CSS Codes

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

#acbbef Text Font Color

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

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


#acbbef Background Color

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

This div background color is #acbbef


#acbbef Border Color

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

This div border color is #acbbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbbef


Comments

No comments written yet.

Please login to write comment.