Color Hex Logo

#acb1ca Color Hex

#ACB1CA
(172,177,202)
0 Favorites   0 Comments

Color spaces of #acb1ca

RGB 172177202
HSL0.640.220.73
HSV230°15°79°
CMYK 0.150.120.00   0.21
XYZ43.396144.479262.1752
Yxy44.47920.28920.2964
Hunter Lab66.6927-0.5646-8.5890
CIE-Lab72.54763.3410-13.2581

#acb1ca color RGB value is (172,177,202).

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

The process color (four color CMYK) of #acb1ca color hex is 0.15, 0.12, 0.00, 0.21. Web safe color of #acb1ca is #9999cc. Color #acb1ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110001 11001010
Octal 254 261 312
Decimal 172 177 202
Hex AC B1 CA

RGB Percentages of Color #acb1ca

%31.22
%32.12
%36.66

CMYK Percentages of Color #acb1ca

%15
%12
%0
%21

Triadic Colors of #acb1ca

#acb1ca #caacb1 #b1caac

Analogous Colors of #acb1ca

#acb1ca #b6acca #acc0ca

Monochromatic Colors of #acb1ca

#acb1ca

Complementary Color

#acb1ca #cac5ac

#acb1ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb1ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb1ca Color CSS Codes

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

#acb1ca Text Font Color

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

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


#acb1ca Background Color

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

This div background color is #acb1ca


#acb1ca Border Color

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

This div border color is #acb1ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb1ca


Comments

No comments written yet.

Please login to write comment.