Color Hex Logo

#acbcff Color Hex

#ACBCFF
(172,188,255)
0 Favorites   0 Comments

Color spaces of #acbcff

RGB 172188255
HSL0.631.000.84
HSV228°33°100°
CMYK 0.330.260.00   0.00
XYZ53.046551.9571101.8406
Yxy51.95710.25650.2512
Hunter Lab72.08135.2206-33.3115
CIE-Lab77.25529.7019-34.8068

#acbcff color RGB value is (172,188,255).

#acbcff hex color red value is 172, green value is 188 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #acbcff hue: 0.63 , saturation: 1.00 and the lightness value of acbcff is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 11111111
Octal 254 274 377
Decimal 172 188 255
Hex AC BC FF

RGB Percentages of Color #acbcff

%27.97
%30.57
%41.46

CMYK Percentages of Color #acbcff

%33
%26
%0
%0

Triadic Colors of #acbcff

#acbcff #ffacbc #bcffac

Analogous Colors of #acbcff

#acbcff #c6acff #ace6ff

Monochromatic Colors of #acbcff

#acbcff

Complementary Color

#acbcff #ffefac

#acbcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbcff Color CSS Codes

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

#acbcff Text Font Color

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

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


#acbcff Background Color

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

This div background color is #acbcff


#acbcff Border Color

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

This div border color is #acbcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbcff


Comments

No comments written yet.

Please login to write comment.