Color Hex Logo

#acbbf8 Color Hex

#ACBBF8
(172,187,248)
0 Favorites   0 Comments

Color spaces of #acbbf8

RGB 172187248
HSL0.630.840.82
HSV228°31°97°
CMYK 0.310.250.00   0.03
XYZ51.726951.088695.9417
Yxy51.08860.26030.2570
Hunter Lab71.47634.0957-29.5508
CIE-Lab76.73268.5119-31.8560

#acbbf8 color RGB value is (172,187,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 11111000
Octal 254 273 370
Decimal 172 187 248
Hex AC BB F8

RGB Percentages of Color #acbbf8

%28.34
%30.81
%40.86

CMYK Percentages of Color #acbbf8

%31
%25
%0
%3

Triadic Colors of #acbbf8

#acbbf8 #f8acbb #bbf8ac

Analogous Colors of #acbbf8

#acbbf8 #c3acf8 #ace1f8

Monochromatic Colors of #acbbf8

#acbbf8

Complementary Color

#acbbf8 #f8e9ac

#acbbf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbbf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbbf8 Color CSS Codes

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

#acbbf8 Text Font Color

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

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


#acbbf8 Background Color

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

This div background color is #acbbf8


#acbbf8 Border Color

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

This div border color is #acbbf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbbf8


Comments

No comments written yet.

Please login to write comment.