Color Hex Logo

#acb9ca Color Hex

#ACB9CA
(172,185,202)
1 Favorites   0 Comments

Color spaces of #acb9ca

RGB 172185202
HSL0.590.220.73
HSV214°15°79°
CMYK 0.150.080.00   0.21
XYZ45.022947.732862.7175
Yxy47.73280.28960.3070
Hunter Lab69.0889-4.5833-5.4600
CIE-Lab74.6561-0.9950-10.1039

#acb9ca color RGB value is (172,185,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 11001010
Octal 254 271 312
Decimal 172 185 202
Hex AC B9 CA

RGB Percentages of Color #acb9ca

%30.77
%33.09
%36.14

CMYK Percentages of Color #acb9ca

%15
%8
%0
%21

Triadic Colors of #acb9ca

#acb9ca #caacb9 #b9caac

Analogous Colors of #acb9ca

#acb9ca #aeacca #acc8ca

Monochromatic Colors of #acb9ca

#acb9ca

Complementary Color

#acb9ca #cabdac

#acb9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb9ca Color CSS Codes

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

#acb9ca Text Font Color

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

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


#acb9ca Background Color

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

This div background color is #acb9ca


#acb9ca Border Color

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

This div border color is #acb9ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb9ca


Comments

No comments written yet.

Please login to write comment.