Color Hex Logo

#acbcf6 Color Hex

#ACBCF6
(172,188,246)
0 Favorites   0 Comments

Color spaces of #acbcf6

RGB 172188246
HSL0.630.800.82
HSV227°30°96°
CMYK 0.300.240.00   0.04
XYZ51.631051.390994.3870
Yxy51.39090.26150.2603
Hunter Lab71.68743.1069-27.8827
CIE-Lab76.91527.4727-30.4999

#acbcf6 color RGB value is (172,188,246).

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

The process color (four color CMYK) of #acbcf6 color hex is 0.30, 0.24, 0.00, 0.04. Web safe color of #acbcf6 is #99ccff. Color #acbcf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 11110110
Octal 254 274 366
Decimal 172 188 246
Hex AC BC F6

RGB Percentages of Color #acbcf6

%28.38
%31.02
%40.59

CMYK Percentages of Color #acbcf6

%30
%24
%0
%4

Triadic Colors of #acbcf6

#acbcf6 #f6acbc #bcf6ac

Analogous Colors of #acbcf6

#acbcf6 #c1acf6 #ace1f6

Monochromatic Colors of #acbcf6

#acbcf6

Complementary Color

#acbcf6 #f6e6ac

#acbcf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbcf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbcf6 Color CSS Codes

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

#acbcf6 Text Font Color

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

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


#acbcf6 Background Color

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

This div background color is #acbcf6


#acbcf6 Border Color

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

This div border color is #acbcf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbcf6


Comments

No comments written yet.

Please login to write comment.