Color Hex Logo

#acbdca Color Hex

#ACBDCA
(172,189,202)
0 Favorites   0 Comments

Color spaces of #acbdca

RGB 172189202
HSL0.570.220.73
HSV206°15°79°
CMYK 0.150.060.00   0.21
XYZ45.871549.430163.0004
Yxy49.43010.28980.3123
Hunter Lab70.3065-6.5741-3.9141
CIE-Lab75.7181-3.1392-8.5226

#acbdca color RGB value is (172,189,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 11001010
Octal 254 275 312
Decimal 172 189 202
Hex AC BD CA

RGB Percentages of Color #acbdca

%30.55
%33.57
%35.88

CMYK Percentages of Color #acbdca

%15
%6
%0
%21

Triadic Colors of #acbdca

#acbdca #caacbd #bdcaac

Analogous Colors of #acbdca

#acbdca #acaeca #accac8

Monochromatic Colors of #acbdca

#acbdca

Complementary Color

#acbdca #cab9ac

#acbdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbdca Color CSS Codes

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

#acbdca Text Font Color

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

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


#acbdca Background Color

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

This div background color is #acbdca


#acbdca Border Color

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

This div border color is #acbdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbdca


Comments

No comments written yet.

Please login to write comment.