Color Hex Logo

#acb2da Color Hex

#ACB2DA
(172,178,218)
0 Favorites   0 Comments

Color spaces of #acb2da

RGB 172178218
HSL0.640.380.76
HSV232°21°85°
CMYK 0.210.180.00   0.15
XYZ45.588545.673472.7427
Yxy45.67340.27800.2785
Hunter Lab67.58212.1411-16.5099
CIE-Lab73.33316.3328-20.8170

#acb2da color RGB value is (172,178,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 11011010
Octal 254 262 332
Decimal 172 178 218
Hex AC B2 DA

RGB Percentages of Color #acb2da

%30.28
%31.34
%38.38

CMYK Percentages of Color #acb2da

%21
%18
%0
%15

Triadic Colors of #acb2da

#acb2da #daacb2 #b2daac

Analogous Colors of #acb2da

#acb2da #bdacda #acc9da

Monochromatic Colors of #acb2da

#acb2da

Complementary Color

#acb2da #dad4ac

#acb2da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb2da Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb2da Color CSS Codes

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

#acb2da Text Font Color

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

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


#acb2da Background Color

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

This div background color is #acb2da


#acb2da Border Color

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

This div border color is #acb2da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb2da


Comments

No comments written yet.

Please login to write comment.