Color Hex Logo

#acb1ee Color Hex

#ACB1EE
(172,177,238)
0 Favorites   0 Comments

Color spaces of #acb1ee

RGB 172177238
HSL0.650.660.80
HSV235°28°93°
CMYK 0.280.260.00   0.07
XYZ48.168046.388087.3040
Yxy46.38800.26490.2551
Hunter Lab68.10877.0488-28.3237
CIE-Lab73.796611.5819-30.9821

#acb1ee color RGB value is (172,177,238).

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

The process color (four color CMYK) of #acb1ee color hex is 0.28, 0.26, 0.00, 0.07. Web safe color of #acb1ee is #9999ff. Color #acb1ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110001 11101110
Octal 254 261 356
Decimal 172 177 238
Hex AC B1 EE

RGB Percentages of Color #acb1ee

%29.30
%30.15
%40.55

CMYK Percentages of Color #acb1ee

%28
%26
%0
%7

Triadic Colors of #acb1ee

#acb1ee #eeacb1 #b1eeac

Analogous Colors of #acb1ee

#acb1ee #c8acee #acd2ee

Monochromatic Colors of #acb1ee

#acb1ee

Complementary Color

#acb1ee #eee9ac

#acb1ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb1ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb1ee Color CSS Codes

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

#acb1ee Text Font Color

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

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


#acb1ee Background Color

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

This div background color is #acb1ee


#acb1ee Border Color

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

This div border color is #acb1ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb1ee


Comments

No comments written yet.

Please login to write comment.