Color Hex Logo

#acb2ea Color Hex

#ACB2EA
(172,178,234)
0 Favorites   0 Comments

Color spaces of #acb2ea

RGB 172178234
HSL0.650.600.80
HSV234°26°92°
CMYK 0.260.240.00   0.08
XYZ47.784946.552084.3088
Yxy46.55200.26750.2606
Hunter Lab68.22905.6135-25.5028
CIE-Lab73.902310.0667-28.6503

#acb2ea color RGB value is (172,178,234).

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

The process color (four color CMYK) of #acb2ea color hex is 0.26, 0.24, 0.00, 0.08. Web safe color of #acb2ea is #9999ff. Color #acb2ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 11101010
Octal 254 262 352
Decimal 172 178 234
Hex AC B2 EA

RGB Percentages of Color #acb2ea

%29.45
%30.48
%40.07

CMYK Percentages of Color #acb2ea

%26
%24
%0
%8

Triadic Colors of #acb2ea

#acb2ea #eaacb2 #b2eaac

Analogous Colors of #acb2ea

#acb2ea #c5acea #acd1ea

Monochromatic Colors of #acb2ea

#acb2ea

Complementary Color

#acb2ea #eae4ac

#acb2ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb2ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb2ea Color CSS Codes

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

#acb2ea Text Font Color

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

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


#acb2ea Background Color

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

This div background color is #acb2ea


#acb2ea Border Color

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

This div border color is #acb2ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb2ea


Comments

No comments written yet.

Please login to write comment.