Color Hex Logo

#acb0da Color Hex

#ACB0DA
(172,176,218)
0 Favorites   0 Comments

Color spaces of #acb0da

RGB 172176218
HSL0.650.380.76
HSV235°21°85°
CMYK 0.210.190.00   0.15
XYZ45.193544.883372.6111
Yxy44.88330.27780.2759
Hunter Lab66.99503.1713-17.3637
CIE-Lab72.81507.4324-21.6048

#acb0da color RGB value is (172,176,218).

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

The process color (four color CMYK) of #acb0da color hex is 0.21, 0.19, 0.00, 0.15. Web safe color of #acb0da is #9999cc. Color #acb0da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110000 11011010
Octal 254 260 332
Decimal 172 176 218
Hex AC B0 DA

RGB Percentages of Color #acb0da

%30.39
%31.10
%38.52

CMYK Percentages of Color #acb0da

%21
%19
%0
%15

Triadic Colors of #acb0da

#acb0da #daacb0 #b0daac

Analogous Colors of #acb0da

#acb0da #bfacda #acc7da

Monochromatic Colors of #acb0da

#acb0da

Complementary Color

#acb0da #dad6ac

#acb0da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb0da Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb0da Color CSS Codes

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

#acb0da Text Font Color

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

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


#acb0da Background Color

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

This div background color is #acb0da


#acb0da Border Color

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

This div border color is #acb0da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb0da


Comments

No comments written yet.

Please login to write comment.