Color Hex Logo

#acb6da Color Hex

#ACB6DA
(172,182,218)
0 Favorites   0 Comments

Color spaces of #acb6da

RGB 172182218
HSL0.630.380.76
HSV227°21°85°
CMYK 0.210.170.00   0.15
XYZ46.396147.288573.0119
Yxy47.28850.27830.2837
Hunter Lab68.76660.0904-14.8136
CIE-Lab74.37394.1442-19.2379

#acb6da color RGB value is (172,182,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110110 11011010
Octal 254 266 332
Decimal 172 182 218
Hex AC B6 DA

RGB Percentages of Color #acb6da

%30.07
%31.82
%38.11

CMYK Percentages of Color #acb6da

%21
%17
%0
%15

Triadic Colors of #acb6da

#acb6da #daacb6 #b6daac

Analogous Colors of #acb6da

#acb6da #b9acda #accdda

Monochromatic Colors of #acb6da

#acb6da

Complementary Color

#acb6da #dad0ac

#acb6da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb6da Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb6da Color CSS Codes

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

#acb6da Text Font Color

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

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


#acb6da Background Color

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

This div background color is #acb6da


#acb6da Border Color

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

This div border color is #acb6da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb6da


Comments

No comments written yet.

Please login to write comment.