Color Hex Logo

#acb2df Color Hex

#ACB2DF
(172,178,223)
0 Favorites   0 Comments

Color spaces of #acb2df

RGB 172178223
HSL0.650.440.77
HSV233°23°87°
CMYK 0.230.200.00   0.13
XYZ46.252945.939276.2414
Yxy45.93920.27460.2727
Hunter Lab67.77853.1984-19.2481
CIE-Lab73.50617.4795-23.2781

#acb2df color RGB value is (172,178,223).

#acb2df hex color red value is 172, green value is 178 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #acb2df hue: 0.65 , saturation: 0.44 and the lightness value of acb2df is 0.77.

The process color (four color CMYK) of #acb2df color hex is 0.23, 0.20, 0.00, 0.13. Web safe color of #acb2df is #9999cc. Color #acb2df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 11011111
Octal 254 262 337
Decimal 172 178 223
Hex AC B2 DF

RGB Percentages of Color #acb2df

%30.02
%31.06
%38.92

CMYK Percentages of Color #acb2df

%23
%20
%0
%13

Triadic Colors of #acb2df

#acb2df #dfacb2 #b2dfac

Analogous Colors of #acb2df

#acb2df #c0acdf #acccdf

Monochromatic Colors of #acb2df

#acb2df

Complementary Color

#acb2df #dfd9ac

#acb2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb2df Color CSS Codes

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

#acb2df Text Font Color

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

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


#acb2df Background Color

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

This div background color is #acb2df


#acb2df Border Color

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

This div border color is #acb2df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb2df


Comments

No comments written yet.

Please login to write comment.