Color Hex Logo

#b2accd Color Hex

#B2ACCD
(178,172,205)
0 Favorites   0 Comments

Color spaces of #b2accd

RGB 178172205
HSL0.700.250.74
HSV251°16°80°
CMYK 0.130.160.00   0.20
XYZ44.132143.377863.8044
Yxy43.37780.29170.2867
Hunter Lab65.86184.3495-11.3346
CIE-Lab71.81068.6821-15.9656

#b2accd color RGB value is (178,172,205).

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

The process color (four color CMYK) of #b2accd color hex is 0.13, 0.16, 0.00, 0.20. Web safe color of #b2accd is #9999cc. Color #b2accd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101100 11001101
Octal 262 254 315
Decimal 178 172 205
Hex B2 AC CD

RGB Percentages of Color #b2accd

%32.07
%30.99
%36.94

CMYK Percentages of Color #b2accd

%13
%16
%0
%20

Triadic Colors of #b2accd

#b2accd #cdb2ac #accdb2

Analogous Colors of #b2accd

#b2accd #c3accd #acb7cd

Monochromatic Colors of #b2accd

#b2accd

Complementary Color

#b2accd #c7cdac

#b2accd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2accd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2accd Color CSS Codes

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

#b2accd Text Font Color

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

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


#b2accd Background Color

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

This div background color is #b2accd


#b2accd Border Color

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

This div border color is #b2accd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2accd


Comments

No comments written yet.

Please login to write comment.