Color Hex Logo

#acbff6 Color Hex

#ACBFF6
(172,191,246)
0 Favorites   0 Comments

Color spaces of #acbff6

RGB 172191246
HSL0.620.800.82
HSV225°30°96°
CMYK 0.300.220.00   0.04
XYZ52.278652.686194.6028
Yxy52.68610.26200.2640
Hunter Lab72.58521.5384-26.4651
CIE-Lab77.68935.8346-29.3105

#acbff6 color RGB value is (172,191,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111111 11110110
Octal 254 277 366
Decimal 172 191 246
Hex AC BF F6

RGB Percentages of Color #acbff6

%28.24
%31.36
%40.39

CMYK Percentages of Color #acbff6

%30
%22
%0
%4

Triadic Colors of #acbff6

#acbff6 #f6acbf #bff6ac

Analogous Colors of #acbff6

#acbff6 #beacf6 #ace4f6

Monochromatic Colors of #acbff6

#acbff6

Complementary Color

#acbff6 #f6e3ac

#acbff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbff6 Color CSS Codes

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

#acbff6 Text Font Color

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

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


#acbff6 Background Color

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

This div background color is #acbff6


#acbff6 Border Color

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

This div border color is #acbff6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbff6


Comments

No comments written yet.

Please login to write comment.