Color Hex Logo

#acbbfc Color Hex

#ACBBFC
(172,187,252)
0 Favorites   0 Comments

Color spaces of #acbbfc

RGB 172187252
HSL0.640.930.83
HSV229°32°99°
CMYK 0.320.260.00   0.01
XYZ52.354351.339699.2456
Yxy51.33960.25800.2530
Hunter Lab71.65175.0356-31.9672
CIE-Lab76.88439.5022-33.7708

#acbbfc color RGB value is (172,187,252).

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

The process color (four color CMYK) of #acbbfc color hex is 0.32, 0.26, 0.00, 0.01. Web safe color of #acbbfc is #99ccff. Color #acbbfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 11111100
Octal 254 273 374
Decimal 172 187 252
Hex AC BB FC

RGB Percentages of Color #acbbfc

%28.15
%30.61
%41.24

CMYK Percentages of Color #acbbfc

%32
%26
%0
%1

Triadic Colors of #acbbfc

#acbbfc #fcacbb #bbfcac

Analogous Colors of #acbbfc

#acbbfc #c5acfc #ace3fc

Monochromatic Colors of #acbbfc

#acbbfc

Complementary Color

#acbbfc #fcedac

#acbbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbbfc Color CSS Codes

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

#acbbfc Text Font Color

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

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


#acbbfc Background Color

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

This div background color is #acbbfc


#acbbfc Border Color

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

This div border color is #acbbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbbfc

Related Colors


Comments

No comments written yet.

Please login to write comment.