Color Hex Logo

#acb6ca Color Hex

#ACB6CA
(172,182,202)
0 Favorites   0 Comments

Color spaces of #acb6ca

RGB 172182202
HSL0.610.220.73
HSV220°15°79°
CMYK 0.150.100.00   0.21
XYZ44.401946.490862.5105
Yxy46.49080.28940.3031
Hunter Lab68.1842-3.0821-6.6275
CIE-Lab73.86290.6237-11.2882

#acb6ca color RGB value is (172,182,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110110 11001010
Octal 254 266 312
Decimal 172 182 202
Hex AC B6 CA

RGB Percentages of Color #acb6ca

%30.94
%32.73
%36.33

CMYK Percentages of Color #acb6ca

%15
%10
%0
%21

Triadic Colors of #acb6ca

#acb6ca #caacb6 #b6caac

Analogous Colors of #acb6ca

#acb6ca #b1acca #acc5ca

Monochromatic Colors of #acb6ca

#acb6ca

Complementary Color

#acb6ca #cac0ac

#acb6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb6ca Color CSS Codes

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

#acb6ca Text Font Color

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

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


#acb6ca Background Color

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

This div background color is #acb6ca


#acb6ca Border Color

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

This div border color is #acb6ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb6ca


Comments

No comments written yet.

Please login to write comment.