Color Hex Logo

#acb8da Color Hex

#ACB8DA
(172,184,218)
0 Favorites   0 Comments

Color spaces of #acb8da

RGB 172184218
HSL0.620.380.76
HSV224°21°85°
CMYK 0.210.160.00   0.15
XYZ46.808648.113673.1494
Yxy48.11360.27850.2863
Hunter Lab69.3640-0.9305-13.9709
CIE-Lab74.89653.0549-18.4467

#acb8da color RGB value is (172,184,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111000 11011010
Octal 254 270 332
Decimal 172 184 218
Hex AC B8 DA

RGB Percentages of Color #acb8da

%29.97
%32.06
%37.98

CMYK Percentages of Color #acb8da

%21
%16
%0
%15

Triadic Colors of #acb8da

#acb8da #daacb8 #b8daac

Analogous Colors of #acb8da

#acb8da #b7acda #accfda

Monochromatic Colors of #acb8da

#acb8da

Complementary Color

#acb8da #daceac

#acb8da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb8da Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb8da Color CSS Codes

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

#acb8da Text Font Color

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

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


#acb8da Background Color

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

This div background color is #acb8da


#acb8da Border Color

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

This div border color is #acb8da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb8da


Comments

No comments written yet.

Please login to write comment.