Color Hex Logo

#acb8fe Color Hex

#ACB8FE
(172,184,254)
0 Favorites   0 Comments

Color spaces of #acb8fe

RGB 172184254
HSL0.640.980.84
HSV231°32°100°
CMYK 0.320.280.00   0.00
XYZ52.043150.2074100.7140
Yxy50.20740.25640.2474
Hunter Lab70.85727.1044-34.6728
CIE-Lab76.196411.6535-35.9084

#acb8fe color RGB value is (172,184,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111000 11111110
Octal 254 270 376
Decimal 172 184 254
Hex AC B8 FE

RGB Percentages of Color #acb8fe

%28.20
%30.16
%41.64

CMYK Percentages of Color #acb8fe

%32
%28
%0
%0

Triadic Colors of #acb8fe

#acb8fe #feacb8 #b8feac

Analogous Colors of #acb8fe

#acb8fe #c9acfe #ace1fe

Monochromatic Colors of #acb8fe

#acb8fe

Complementary Color

#acb8fe #fef2ac

#acb8fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb8fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb8fe Color CSS Codes

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

#acb8fe Text Font Color

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

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


#acb8fe Background Color

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

This div background color is #acb8fe


#acb8fe Border Color

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

This div border color is #acb8fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb8fe


Comments

No comments written yet.

Please login to write comment.