Color Hex Logo

#ac8efc Color Hex

#AC8EFC
(172,142,252)
0 Favorites   0 Comments

Color spaces of #ac8efc

RGB 172142252
HSL0.710.950.77
HSV256°44°99°
CMYK 0.320.440.00   0.01
XYZ44.256935.144996.5465
Yxy35.14490.25150.1997
Hunter Lab59.283129.5109-55.0595
CIE-Lab65.861334.6904-51.0017

#ac8efc color RGB value is (172,142,252).

#ac8efc hex color red value is 172, green value is 142 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ac8efc hue: 0.71 , saturation: 0.95 and the lightness value of ac8efc is 0.77.

The process color (four color CMYK) of #ac8efc color hex is 0.32, 0.44, 0.00, 0.01. Web safe color of #ac8efc is #9999ff. Color #ac8efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001110 11111100
Octal 254 216 374
Decimal 172 142 252
Hex AC 8E FC

RGB Percentages of Color #ac8efc

%30.39
%25.09
%44.52

CMYK Percentages of Color #ac8efc

%32
%44
%0
%1

Triadic Colors of #ac8efc

#ac8efc #fcac8e #8efcac

Analogous Colors of #ac8efc

#ac8efc #e38efc #8ea7fc

Monochromatic Colors of #ac8efc

#ac8efc

Complementary Color

#ac8efc #defc8e

#ac8efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8efc Color CSS Codes

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

#ac8efc Text Font Color

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

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


#ac8efc Background Color

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

This div background color is #ac8efc


#ac8efc Border Color

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

This div border color is #ac8efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8efc


Comments

No comments written yet.

Please login to write comment.