Color Hex Logo

#acaebf Color Hex

#ACAEBF
(172,174,191)
0 Favorites   0 Comments

Color spaces of #acaebf

RGB 172174191
HSL0.650.130.71
HSV234°10°75°
CMYK 0.100.090.00   0.25
XYZ41.553342.804355.3622
Yxy42.80430.29740.3064
Hunter Lab65.4250-1.1232-4.3733
CIE-Lab71.42192.6643-8.9025

#acaebf color RGB value is (172,174,191).

#acaebf hex color red value is 172, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #acaebf hue: 0.65 , saturation: 0.13 and the lightness value of acaebf is 0.71.

The process color (four color CMYK) of #acaebf color hex is 0.10, 0.09, 0.00, 0.25. Web safe color of #acaebf is #9999cc. Color #acaebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 10111111
Octal 254 256 277
Decimal 172 174 191
Hex AC AE BF

RGB Percentages of Color #acaebf

%32.03
%32.40
%35.57

CMYK Percentages of Color #acaebf

%10
%9
%0
%25

Triadic Colors of #acaebf

#acaebf #bfacae #aebfac

Analogous Colors of #acaebf

#acaebf #b4acbf #acb8bf

Monochromatic Colors of #acaebf

#acaebf

Complementary Color

#acaebf #bfbdac

#acaebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaebf Color CSS Codes

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

#acaebf Text Font Color

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

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


#acaebf Background Color

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

This div background color is #acaebf


#acaebf Border Color

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

This div border color is #acaebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaebf


Comments

No comments written yet.

Please login to write comment.