Color Hex Logo

#accafb Color Hex

#ACCAFB
(172,202,251)
0 Favorites   0 Comments

Color spaces of #accafb

RGB 172202251
HSL0.600.910.83
HSV217°31°98°
CMYK 0.310.200.00   0.02
XYZ55.546457.976899.5298
Yxy57.97680.26070.2721
Hunter Lab76.1425-3.0326-24.2013
CIE-Lab80.72591.1097-27.3322

#accafb color RGB value is (172,202,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 11111011
Octal 254 312 373
Decimal 172 202 251
Hex AC CA FB

RGB Percentages of Color #accafb

%27.52
%32.32
%40.16

CMYK Percentages of Color #accafb

%31
%20
%0
%2

Triadic Colors of #accafb

#accafb #fbacca #cafbac

Analogous Colors of #accafb

#accafb #b6acfb #acf2fb

Monochromatic Colors of #accafb

#accafb

Complementary Color

#accafb #fbddac

#accafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#accafb Color CSS Codes

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

#accafb Text Font Color

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

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


#accafb Background Color

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

This div background color is #accafb


#accafb Border Color

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

This div border color is #accafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accafb


Comments

No comments written yet.

Please login to write comment.