Color Hex Logo

#acbcca Color Hex

#ACBCCA
(172,188,202)
0 Favorites   0 Comments

Color spaces of #acbcca

RGB 172188202
HSL0.580.220.73
HSV208°15°79°
CMYK 0.150.070.00   0.21
XYZ45.657149.001462.9289
Yxy49.00140.28970.3109
Hunter Lab70.0010-6.0778-4.2993
CIE-Lab75.4522-2.6050-8.9180

#acbcca color RGB value is (172,188,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 11001010
Octal 254 274 312
Decimal 172 188 202
Hex AC BC CA

RGB Percentages of Color #acbcca

%30.60
%33.45
%35.94

CMYK Percentages of Color #acbcca

%15
%7
%0
%21

Triadic Colors of #acbcca

#acbcca #caacbc #bccaac

Analogous Colors of #acbcca

#acbcca #acadca #accac9

Monochromatic Colors of #acbcca

#acbcca

Complementary Color

#acbcca #cabaac

#acbcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbcca Color CSS Codes

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

#acbcca Text Font Color

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

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


#acbcca Background Color

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

This div background color is #acbcca


#acbcca Border Color

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

This div border color is #acbcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbcca


Comments

No comments written yet.

Please login to write comment.