Color Hex Logo

#acb3ca Color Hex

#ACB3CA
(172,179,202)
0 Favorites   0 Comments

Color spaces of #acb3ca

RGB 172179202
HSL0.630.220.73
HSV226°15°79°
CMYK 0.150.110.00   0.21
XYZ43.794045.275162.3079
Yxy45.27510.28930.2991
Hunter Lab67.2868-1.5741-7.8021
CIE-Lab73.07272.2511-12.4709

#acb3ca color RGB value is (172,179,202).

#acb3ca hex color red value is 172, green value is 179 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #acb3ca hue: 0.63 , saturation: 0.22 and the lightness value of acb3ca is 0.73.

The process color (four color CMYK) of #acb3ca color hex is 0.15, 0.11, 0.00, 0.21. Web safe color of #acb3ca is #99cccc. Color #acb3ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110011 11001010
Octal 254 263 312
Decimal 172 179 202
Hex AC B3 CA

RGB Percentages of Color #acb3ca

%31.10
%32.37
%36.53

CMYK Percentages of Color #acb3ca

%15
%11
%0
%21

Triadic Colors of #acb3ca

#acb3ca #caacb3 #b3caac

Analogous Colors of #acb3ca

#acb3ca #b4acca #acc2ca

Monochromatic Colors of #acb3ca

#acb3ca

Complementary Color

#acb3ca #cac3ac

#acb3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb3ca Color CSS Codes

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

#acb3ca Text Font Color

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

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


#acb3ca Background Color

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

This div background color is #acb3ca


#acb3ca Border Color

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

This div border color is #acb3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb3ca


Comments

No comments written yet.

Please login to write comment.