Color Hex Logo

#acb2ca Color Hex

#ACB2CA
(172,178,202)
0 Favorites   0 Comments

Color spaces of #acb2ca

RGB 172178202
HSL0.630.220.73
HSV228°15°79°
CMYK 0.150.120.00   0.21
XYZ43.594344.875762.2413
Yxy44.87570.28930.2978
Hunter Lab66.9893-1.0698-8.1952
CIE-Lab72.81002.7955-12.8646

#acb2ca color RGB value is (172,178,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 11001010
Octal 254 262 312
Decimal 172 178 202
Hex AC B2 CA

RGB Percentages of Color #acb2ca

%31.16
%32.25
%36.59

CMYK Percentages of Color #acb2ca

%15
%12
%0
%21

Triadic Colors of #acb2ca

#acb2ca #caacb2 #b2caac

Analogous Colors of #acb2ca

#acb2ca #b5acca #acc1ca

Monochromatic Colors of #acb2ca

#acb2ca

Complementary Color

#acb2ca #cac4ac

#acb2ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb2ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb2ca Color CSS Codes

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

#acb2ca Text Font Color

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

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


#acb2ca Background Color

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

This div background color is #acb2ca


#acb2ca Border Color

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

This div border color is #acb2ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb2ca


Comments

No comments written yet.

Please login to write comment.