Color Hex Logo

#acbdfa Color Hex

#ACBDFA
(172,189,250)
0 Favorites   0 Comments

Color spaces of #acbdfa

RGB 172189250
HSL0.630.890.83
HSV227°31°98°
CMYK 0.310.240.00   0.02
XYZ52.466252.068097.7273
Yxy52.06800.25940.2574
Hunter Lab72.15823.5106-29.7886
CIE-Lab77.32157.9095-32.0230

#acbdfa color RGB value is (172,189,250).

#acbdfa hex color red value is 172, green value is 189 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #acbdfa hue: 0.63 , saturation: 0.89 and the lightness value of acbdfa is 0.83.

The process color (four color CMYK) of #acbdfa color hex is 0.31, 0.24, 0.00, 0.02. Web safe color of #acbdfa is #99ccff. Color #acbdfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 11111010
Octal 254 275 372
Decimal 172 189 250
Hex AC BD FA

RGB Percentages of Color #acbdfa

%28.15
%30.93
%40.92

CMYK Percentages of Color #acbdfa

%31
%24
%0
%2

Triadic Colors of #acbdfa

#acbdfa #faacbd #bdfaac

Analogous Colors of #acbdfa

#acbdfa #c2acfa #ace4fa

Monochromatic Colors of #acbdfa

#acbdfa

Complementary Color

#acbdfa #fae9ac

#acbdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbdfa Color CSS Codes

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

#acbdfa Text Font Color

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

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


#acbdfa Background Color

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

This div background color is #acbdfa


#acbdfa Border Color

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

This div border color is #acbdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbdfa


Comments

No comments written yet.

Please login to write comment.