Color Hex Logo

#acbefa Color Hex

#ACBEFA
(172,190,250)
0 Favorites   0 Comments

Color spaces of #acbefa

RGB 172190250
HSL0.630.890.83
HSV226°31°98°
CMYK 0.310.240.00   0.02
XYZ52.682052.499797.7993
Yxy52.49970.25950.2586
Hunter Lab72.45672.9851-29.3077
CIE-Lab77.57877.3624-31.6269

#acbefa color RGB value is (172,190,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 11111010
Octal 254 276 372
Decimal 172 190 250
Hex AC BE FA

RGB Percentages of Color #acbefa

%28.10
%31.05
%40.85

CMYK Percentages of Color #acbefa

%31
%24
%0
%2

Triadic Colors of #acbefa

#acbefa #faacbe #befaac

Analogous Colors of #acbefa

#acbefa #c1acfa #ace5fa

Monochromatic Colors of #acbefa

#acbefa

Complementary Color

#acbefa #fae8ac

#acbefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbefa Color CSS Codes

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

#acbefa Text Font Color

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

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


#acbefa Background Color

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

This div background color is #acbefa


#acbefa Border Color

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

This div border color is #acbefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbefa


Comments

No comments written yet.

Please login to write comment.