Color Hex Logo

#acb1ea Color Hex

#ACB1EA
(172,177,234)
0 Favorites   0 Comments

Color spaces of #acb1ea

RGB 172177234
HSL0.650.600.80
HSV235°26°92°
CMYK 0.260.240.00   0.08
XYZ47.586746.155584.2427
Yxy46.15550.26740.2593
Hunter Lab67.93786.1382-25.9629
CIE-Lab73.646310.6195-29.0436

#acb1ea color RGB value is (172,177,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110001 11101010
Octal 254 261 352
Decimal 172 177 234
Hex AC B1 EA

RGB Percentages of Color #acb1ea

%29.50
%30.36
%40.14

CMYK Percentages of Color #acb1ea

%26
%24
%0
%8

Triadic Colors of #acb1ea

#acb1ea #eaacb1 #b1eaac

Analogous Colors of #acb1ea

#acb1ea #c6acea #acd0ea

Monochromatic Colors of #acb1ea

#acb1ea

Complementary Color

#acb1ea #eae5ac

#acb1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb1ea Color CSS Codes

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

#acb1ea Text Font Color

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

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


#acb1ea Background Color

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

This div background color is #acb1ea


#acb1ea Border Color

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

This div border color is #acb1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb1ea


Comments

No comments written yet.

Please login to write comment.