Color Hex Logo

#acbbfe Color Hex

#ACBBFE
(172,187,254)
4 Favorites   0 Comments

Color spaces of #acbbfe

RGB 172187254
HSL0.640.980.84
HSV229°32°100°
CMYK 0.320.260.00   0.00
XYZ52.673051.4671100.9239
Yxy51.46710.25690.2510
Hunter Lab71.74065.5114-33.1902
CIE-Lab76.961110.0011-34.7253

#acbbfe color RGB value is (172,187,254).

#acbbfe hex color red value is 172, green value is 187 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #acbbfe hue: 0.64 , saturation: 0.98 and the lightness value of acbbfe is 0.84.

The process color (four color CMYK) of #acbbfe color hex is 0.32, 0.26, 0.00, 0.00. Web safe color of #acbbfe is #99ccff. Color #acbbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 11111110
Octal 254 273 376
Decimal 172 187 254
Hex AC BB FE

RGB Percentages of Color #acbbfe

%28.06
%30.51
%41.44

CMYK Percentages of Color #acbbfe

%32
%26
%0
%0

Triadic Colors of #acbbfe

#acbbfe #feacbb #bbfeac

Analogous Colors of #acbbfe

#acbbfe #c6acfe #ace4fe

Monochromatic Colors of #acbbfe

#acbbfe

Complementary Color

#acbbfe #feefac

#acbbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbbfe Color CSS Codes

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

#acbbfe Text Font Color

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

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


#acbbfe Background Color

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

This div background color is #acbbfe


#acbbfe Border Color

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

This div border color is #acbbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbbfe


Comments

No comments written yet.

Please login to write comment.