Color Hex Logo

#acbbeb Color Hex

#ACBBEB
(172,187,235)
0 Favorites   0 Comments

Color spaces of #acbbeb

RGB 172187235
HSL0.630.610.80
HSV226°27°92°
CMYK 0.270.200.00   0.08
XYZ49.779050.309585.6843
Yxy50.30950.26800.2708
Hunter Lab70.92921.1475-21.9734
CIE-Lab76.25885.3643-25.5807

#acbbeb color RGB value is (172,187,235).

#acbbeb hex color red value is 172, green value is 187 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #acbbeb hue: 0.63 , saturation: 0.61 and the lightness value of acbbeb is 0.80.

The process color (four color CMYK) of #acbbeb color hex is 0.27, 0.20, 0.00, 0.08. Web safe color of #acbbeb is #99ccff. Color #acbbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 11101011
Octal 254 273 353
Decimal 172 187 235
Hex AC BB EB

RGB Percentages of Color #acbbeb

%28.96
%31.48
%39.56

CMYK Percentages of Color #acbbeb

%27
%20
%0
%8

Triadic Colors of #acbbeb

#acbbeb #ebacbb #bbebac

Analogous Colors of #acbbeb

#acbbeb #bdaceb #acdbeb

Monochromatic Colors of #acbbeb

#acbbeb

Complementary Color

#acbbeb #ebdcac

#acbbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbbeb Color CSS Codes

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

#acbbeb Text Font Color

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

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


#acbbeb Background Color

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

This div background color is #acbbeb


#acbbeb Border Color

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

This div border color is #acbbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbbeb

#acbbeb Color Palettes


Comments

No comments written yet.

Please login to write comment.