Color Hex Logo

#acb2fc Color Hex

#ACB2FC
(172,178,252)
0 Favorites   0 Comments

Color spaces of #acb2fc

RGB 172178252
HSL0.650.930.83
HSV236°32°99°
CMYK 0.320.290.00   0.01
XYZ50.504347.639798.6290
Yxy47.63970.25670.2421
Hunter Lab69.02159.8240-36.4080
CIE-Lab74.597114.4750-37.3117

#acb2fc color RGB value is (172,178,252).

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

The process color (four color CMYK) of #acb2fc color hex is 0.32, 0.29, 0.00, 0.01. Web safe color of #acb2fc is #9999ff. Color #acb2fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 11111100
Octal 254 262 374
Decimal 172 178 252
Hex AC B2 FC

RGB Percentages of Color #acb2fc

%28.57
%29.57
%41.86

CMYK Percentages of Color #acb2fc

%32
%29
%0
%1

Triadic Colors of #acb2fc

#acb2fc #fcacb2 #b2fcac

Analogous Colors of #acb2fc

#acb2fc #ceacfc #acdafc

Monochromatic Colors of #acb2fc

#acb2fc

Complementary Color

#acb2fc #fcf6ac

#acb2fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb2fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb2fc Color CSS Codes

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

#acb2fc Text Font Color

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

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


#acb2fc Background Color

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

This div background color is #acb2fc


#acb2fc Border Color

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

This div border color is #acb2fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,178,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 #acb2fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb2fc


Comments

No comments written yet.

Please login to write comment.