Color Hex Logo

#acbadf Color Hex

#ACBADF
(172,186,223)
0 Favorites   0 Comments

Color spaces of #acbadf

RGB 172186223
HSL0.620.440.77
HSV224°23°87°
CMYK 0.230.170.00   0.13
XYZ47.891449.216276.7876
Yxy49.21620.27540.2830
Hunter Lab70.1543-0.9154-15.7881
CIE-Lab75.58563.1060-20.1157

#acbadf color RGB value is (172,186,223).

#acbadf hex color red value is 172, green value is 186 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #acbadf hue: 0.62 , saturation: 0.44 and the lightness value of acbadf is 0.77.

The process color (four color CMYK) of #acbadf color hex is 0.23, 0.17, 0.00, 0.13. Web safe color of #acbadf is #99cccc. Color #acbadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111010 11011111
Octal 254 272 337
Decimal 172 186 223
Hex AC BA DF

RGB Percentages of Color #acbadf

%29.60
%32.01
%38.38

CMYK Percentages of Color #acbadf

%23
%17
%0
%13

Triadic Colors of #acbadf

#acbadf #dfacba #badfac

Analogous Colors of #acbadf

#acbadf #b8acdf #acd4df

Monochromatic Colors of #acbadf

#acbadf

Complementary Color

#acbadf #dfd1ac

#acbadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbadf Color CSS Codes

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

#acbadf Text Font Color

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

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


#acbadf Background Color

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

This div background color is #acbadf


#acbadf Border Color

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

This div border color is #acbadf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,186,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #acbadf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbadf


Comments

No comments written yet.

Please login to write comment.