Color Hex Logo

#acbada Color Hex

#ACBADA
(172,186,218)
0 Favorites   0 Comments

Color spaces of #acbada

RGB 172186218
HSL0.620.380.76
HSV222°21°85°
CMYK 0.210.150.00   0.15
XYZ47.227148.950473.2889
Yxy48.95040.27870.2889
Hunter Lab69.9646-1.9479-13.1319
CIE-Lab75.42051.9698-17.6546

#acbada color RGB value is (172,186,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111010 11011010
Octal 254 272 332
Decimal 172 186 218
Hex AC BA DA

RGB Percentages of Color #acbada

%29.86
%32.29
%37.85

CMYK Percentages of Color #acbada

%21
%15
%0
%15

Triadic Colors of #acbada

#acbada #daacba #badaac

Analogous Colors of #acbada

#acbada #b5acda #acd1da

Monochromatic Colors of #acbada

#acbada

Complementary Color

#acbada #daccac

#acbada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbada Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbada Color CSS Codes

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

#acbada Text Font Color

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

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


#acbada Background Color

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

This div background color is #acbada


#acbada Border Color

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

This div border color is #acbada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbada


Comments

No comments written yet.

Please login to write comment.