Color Hex Logo

#acb5ca Color Hex

#ACB5CA
(172,181,202)
0 Favorites   0 Comments

Color spaces of #acb5ca

RGB 172181202
HSL0.620.220.73
HSV222°15°79°
CMYK 0.150.100.00   0.21
XYZ44.197846.082762.4425
Yxy46.08270.28940.3017
Hunter Lab67.8842-2.5804-7.0182
CIE-Lab73.59921.1650-11.6826

#acb5ca color RGB value is (172,181,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110101 11001010
Octal 254 265 312
Decimal 172 181 202
Hex AC B5 CA

RGB Percentages of Color #acb5ca

%30.99
%32.61
%36.40

CMYK Percentages of Color #acb5ca

%15
%10
%0
%21

Triadic Colors of #acb5ca

#acb5ca #caacb5 #b5caac

Analogous Colors of #acb5ca

#acb5ca #b2acca #acc4ca

Monochromatic Colors of #acb5ca

#acb5ca

Complementary Color

#acb5ca #cac1ac

#acb5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb5ca Color CSS Codes

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

#acb5ca Text Font Color

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

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


#acb5ca Background Color

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

This div background color is #acb5ca


#acb5ca Border Color

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

This div border color is #acb5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb5ca


Comments

No comments written yet.

Please login to write comment.