Color Hex Logo

#accbfb Color Hex

#ACCBFB
(172,203,251)
0 Favorites   0 Comments

Color spaces of #accbfb

RGB 172203251
HSL0.600.910.83
HSV216°31°98°
CMYK 0.310.190.00   0.02
XYZ55.781858.447699.6083
Yxy58.44760.26090.2733
Hunter Lab76.4510-3.5484-23.7334
CIE-Lab80.98700.5739-26.9330

#accbfb color RGB value is (172,203,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 11111011
Octal 254 313 373
Decimal 172 203 251
Hex AC CB FB

RGB Percentages of Color #accbfb

%27.48
%32.43
%40.10

CMYK Percentages of Color #accbfb

%31
%19
%0
%2

Triadic Colors of #accbfb

#accbfb #fbaccb #cbfbac

Analogous Colors of #accbfb

#accbfb #b5acfb #acf3fb

Monochromatic Colors of #accbfb

#accbfb

Complementary Color

#accbfb #fbdcac

#accbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#accbfb Color CSS Codes

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

#accbfb Text Font Color

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

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


#accbfb Background Color

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

This div background color is #accbfb


#accbfb Border Color

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

This div border color is #accbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accbfb


Comments

No comments written yet.

Please login to write comment.