Color Hex Logo

#acc6fb Color Hex

#ACC6FB
(172,198,251)
0 Favorites   0 Comments

Color spaces of #acc6fb

RGB 172198251
HSL0.610.910.83
HSV220°31°98°
CMYK 0.310.210.00   0.02
XYZ54.619956.123999.2210
Yxy56.12390.26010.2673
Hunter Lab74.9159-0.9615-26.0845
CIE-Lab79.68433.2621-28.9271

#acc6fb color RGB value is (172,198,251).

#acc6fb hex color red value is 172, green value is 198 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #acc6fb hue: 0.61 , saturation: 0.91 and the lightness value of acc6fb is 0.83.

The process color (four color CMYK) of #acc6fb color hex is 0.31, 0.21, 0.00, 0.02. Web safe color of #acc6fb is #99ccff. Color #acc6fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000110 11111011
Octal 254 306 373
Decimal 172 198 251
Hex AC C6 FB

RGB Percentages of Color #acc6fb

%27.70
%31.88
%40.42

CMYK Percentages of Color #acc6fb

%31
%21
%0
%2

Triadic Colors of #acc6fb

#acc6fb #fbacc6 #c6fbac

Analogous Colors of #acc6fb

#acc6fb #baacfb #aceefb

Monochromatic Colors of #acc6fb

#acc6fb

Complementary Color

#acc6fb #fbe1ac

#acc6fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc6fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc6fb Color CSS Codes

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

#acc6fb Text Font Color

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

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


#acc6fb Background Color

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

This div background color is #acc6fb


#acc6fb Border Color

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

This div border color is #acc6fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc6fb


Comments

No comments written yet.

Please login to write comment.