Color Hex Logo

#b6accd Color Hex

#B6ACCD
(182,172,205)
0 Favorites   0 Comments

Color spaces of #b6accd

RGB 182172205
HSL0.720.250.74
HSV258°16°80°
CMYK 0.110.160.00   0.20
XYZ45.063443.857963.8479
Yxy43.85790.29500.2871
Hunter Lab66.22535.5671-10.8039
CIE-Lab72.13349.9954-15.4471

#b6accd color RGB value is (182,172,205).

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

The process color (four color CMYK) of #b6accd color hex is 0.11, 0.16, 0.00, 0.20. Web safe color of #b6accd is #cc99cc. Color #b6accd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101100 11001101
Octal 266 254 315
Decimal 182 172 205
Hex B6 AC CD

RGB Percentages of Color #b6accd

%32.56
%30.77
%36.67

CMYK Percentages of Color #b6accd

%11
%16
%0
%20

Triadic Colors of #b6accd

#b6accd #cdb6ac #accdb6

Analogous Colors of #b6accd

#b6accd #c7accd #acb3cd

Monochromatic Colors of #b6accd

#b6accd

Complementary Color

#b6accd #c3cdac

#b6accd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6accd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6accd Color CSS Codes

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

#b6accd Text Font Color

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

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


#b6accd Background Color

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

This div background color is #b6accd


#b6accd Border Color

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

This div border color is #b6accd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6accd


Comments

No comments written yet.

Please login to write comment.