Color Hex Logo

#acbfeb Color Hex

#ACBFEB
(172,191,235)
0 Favorites   0 Comments

Color spaces of #acbfeb

RGB 172191235
HSL0.620.610.80
HSV222°27°92°
CMYK 0.270.190.00   0.08
XYZ50.639552.030485.9712
Yxy52.03040.26840.2758
Hunter Lab72.1321-0.9173-20.1728
CIE-Lab77.29903.1899-23.9931

#acbfeb color RGB value is (172,191,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111111 11101011
Octal 254 277 353
Decimal 172 191 235
Hex AC BF EB

RGB Percentages of Color #acbfeb

%28.76
%31.94
%39.30

CMYK Percentages of Color #acbfeb

%27
%19
%0
%8

Triadic Colors of #acbfeb

#acbfeb #ebacbf #bfebac

Analogous Colors of #acbfeb

#acbfeb #b9aceb #acdfeb

Monochromatic Colors of #acbfeb

#acbfeb

Complementary Color

#acbfeb #ebd8ac

#acbfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbfeb Color CSS Codes

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

#acbfeb Text Font Color

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

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


#acbfeb Background Color

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

This div background color is #acbfeb


#acbfeb Border Color

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

This div border color is #acbfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbfeb


Comments

No comments written yet.

Please login to write comment.