Color Hex Logo

#b2acca Color Hex

#B2ACCA
(178,172,202)
0 Favorites   0 Comments

Color spaces of #b2acca

RGB 178172202
HSL0.700.220.73
HSV252°15°79°
CMYK 0.120.150.00   0.21
XYZ43.773343.234361.9151
Yxy43.23430.29390.2903
Hunter Lab65.75283.7646-9.8026
CIE-Lab71.71378.0478-14.4643

#b2acca color RGB value is (178,172,202).

#b2acca hex color red value is 178, green value is 172 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b2acca hue: 0.70 , saturation: 0.22 and the lightness value of b2acca is 0.73.

The process color (four color CMYK) of #b2acca color hex is 0.12, 0.15, 0.00, 0.21. Web safe color of #b2acca is #9999cc. Color #b2acca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101100 11001010
Octal 262 254 312
Decimal 178 172 202
Hex B2 AC CA

RGB Percentages of Color #b2acca

%32.25
%31.16
%36.59

CMYK Percentages of Color #b2acca

%12
%15
%0
%21

Triadic Colors of #b2acca

#b2acca #cab2ac #accab2

Analogous Colors of #b2acca

#b2acca #c1acca #acb5ca

Monochromatic Colors of #b2acca

#b2acca

Complementary Color

#b2acca #c4caac

#b2acca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2acca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2acca Color CSS Codes

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

#b2acca Text Font Color

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

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


#b2acca Background Color

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

This div background color is #b2acca


#b2acca Border Color

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

This div border color is #b2acca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2acca


Comments

No comments written yet.

Please login to write comment.