Color Hex Logo

#acbaf1 Color Hex

#ACBAF1
(172,186,241)
0 Favorites   0 Comments

Color spaces of #acbaf1

RGB 172186241
HSL0.630.710.81
HSV228°29°95°
CMYK 0.290.230.00   0.05
XYZ50.449350.239390.2573
Yxy50.23930.26420.2631
Hunter Lab70.87973.0096-25.8834
CIE-Lab76.21597.3503-28.8828

#acbaf1 color RGB value is (172,186,241).

#acbaf1 hex color red value is 172, green value is 186 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #acbaf1 hue: 0.63 , saturation: 0.71 and the lightness value of acbaf1 is 0.81.

The process color (four color CMYK) of #acbaf1 color hex is 0.29, 0.23, 0.00, 0.05. Web safe color of #acbaf1 is #99ccff. Color #acbaf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111010 11110001
Octal 254 272 361
Decimal 172 186 241
Hex AC BA F1

RGB Percentages of Color #acbaf1

%28.71
%31.05
%40.23

CMYK Percentages of Color #acbaf1

%29
%23
%0
%5

Triadic Colors of #acbaf1

#acbaf1 #f1acba #baf1ac

Analogous Colors of #acbaf1

#acbaf1 #c1acf1 #acddf1

Monochromatic Colors of #acbaf1

#acbaf1

Complementary Color

#acbaf1 #f1e3ac

#acbaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbaf1 Color CSS Codes

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

#acbaf1 Text Font Color

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

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


#acbaf1 Background Color

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

This div background color is #acbaf1


#acbaf1 Border Color

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

This div border color is #acbaf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbaf1


Comments

No comments written yet.

Please login to write comment.