Color Hex Logo

#acacbe Color Hex

#ACACBE
(172,172,190)
0 Favorites   0 Comments

Color spaces of #acacbe

RGB 172172190
HSL0.670.120.71
HSV240°75°
CMYK 0.090.090.00   0.25
XYZ41.060041.993454.6566
Yxy41.99340.29820.3049
Hunter Lab64.8023-0.3030-4.6457
CIE-Lab70.86643.5514-9.1793

#acacbe color RGB value is (172,172,190).

#acacbe hex color red value is 172, green value is 172 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #acacbe hue: 0.67 , saturation: 0.12 and the lightness value of acacbe is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101100 10111110
Octal 254 254 276
Decimal 172 172 190
Hex AC AC BE

RGB Percentages of Color #acacbe

%32.21
%32.21
%35.58

CMYK Percentages of Color #acacbe

%9
%9
%0
%25

Triadic Colors of #acacbe

#acacbe #beacac #acbeac

Analogous Colors of #acacbe

#acacbe #b5acbe #acb5be

Monochromatic Colors of #acacbe

#acacbe

Complementary Color

#acacbe #bebeac

#acacbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acacbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#acacbe Color CSS Codes

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

#acacbe Text Font Color

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

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


#acacbe Background Color

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

This div background color is #acacbe


#acacbe Border Color

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

This div border color is #acacbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acacbe


Comments

No comments written yet.

Please login to write comment.