Color Hex Logo

#acb6ee Color Hex

#ACB6EE
(172,182,238)
0 Favorites   0 Comments

Color spaces of #acb6ee

RGB 172182238
HSL0.640.660.80
HSV231°28°93°
CMYK 0.280.240.00   0.07
XYZ49.173848.399687.6392
Yxy48.39960.26550.2613
Hunter Lab69.56984.4214-25.9905
CIE-Lab75.07638.8216-29.0133

#acb6ee color RGB value is (172,182,238).

#acb6ee hex color red value is 172, green value is 182 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #acb6ee hue: 0.64 , saturation: 0.66 and the lightness value of acb6ee is 0.80.

The process color (four color CMYK) of #acb6ee color hex is 0.28, 0.24, 0.00, 0.07. Web safe color of #acb6ee is #99ccff. Color #acb6ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110110 11101110
Octal 254 266 356
Decimal 172 182 238
Hex AC B6 EE

RGB Percentages of Color #acb6ee

%29.05
%30.74
%40.20

CMYK Percentages of Color #acb6ee

%28
%24
%0
%7

Triadic Colors of #acb6ee

#acb6ee #eeacb6 #b6eeac

Analogous Colors of #acb6ee

#acb6ee #c3acee #acd7ee

Monochromatic Colors of #acb6ee

#acb6ee

Complementary Color

#acb6ee #eee4ac

#acb6ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb6ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb6ee Color CSS Codes

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

#acb6ee Text Font Color

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

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


#acb6ee Background Color

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

This div background color is #acb6ee


#acb6ee Border Color

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

This div border color is #acb6ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb6ee


Comments

No comments written yet.

Please login to write comment.