color codes Logo

#acb2fe color codes

#ACB2FE
(172,178,254)
0 Favorites   0 Comments

Color spaces of #acb2fe

RGB 172178254
HSL0.650.980.84
HSV236°32°100°
CMYK 0.320.300.00   0.00
XYZ50.823047.7672100.3073
Yxy47.76720.25550.2402
Hunter Lab69.113810.3112-37.6700
CIE-Lab74.677914.9770-38.2639

#acb2fe color RGB value is (172,178,254).

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

The process color (four color CMYK) of #acb2fe color code is 0.32, 0.30, 0.00, 0.00. Web safe color of #acb2fe is #9999ff. Color #acb2fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 11111110
Octal 254 262 376
Decimal 172 178 254
Hex AC B2 FE

RGB Percentages of Color #acb2fe

%28.48
%29.47
%42.05

CMYK Percentages of Color #acb2fe

%32
%30
%0
%0

Triadic Colors of #acb2fe

#acb2fe #feacb2 #b2feac

Analogous Colors of #acb2fe

#acb2fe #cfacfe #acdbfe

Monochromatic Colors of #acb2fe

#acb2fe

Complementary Color

#acb2fe #fef8ac

#acb2fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb2fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb2fe Color CSS Codes

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

#acb2fe Text Font Color

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

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


#acb2fe Background Color

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

This div background color is #acb2fe


#acb2fe Border Color

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

This div border color is #acb2fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb2fe

Related Colors


Comments

No comments written yet.

Please login to write comment.