Color Hex Logo

#b6cca6 Color Hex

#B6CCA6
(182,204,166)
0 Favorites   0 Comments

Color spaces of #b6cca6

RGB 182204166
HSL0.260.270.73
HSV95°19°80°
CMYK 0.110.000.19   0.20
XYZ47.767255.884044.3455
Yxy55.88400.32280.3776
Hunter Lab74.7556-16.764717.1577
CIE-Lab79.5478-14.316316.4880

#b6cca6 color RGB value is (182,204,166).

#b6cca6 hex color red value is 182, green value is 204 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #b6cca6 hue: 0.26 , saturation: 0.27 and the lightness value of b6cca6 is 0.73.

The process color (four color CMYK) of #b6cca6 color hex is 0.11, 0.00, 0.19, 0.20. Web safe color of #b6cca6 is #cccc99. Color #b6cca6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001100 10100110
Octal 266 314 246
Decimal 182 204 166
Hex B6 CC A6

RGB Percentages of Color #b6cca6

%32.97
%36.96
%30.07

CMYK Percentages of Color #b6cca6

%11
%0
%19
%20

Triadic Colors of #b6cca6

#b6cca6 #a6b6cc #cca6b6

Analogous Colors of #b6cca6

#b6cca6 #a6cca9 #c9cca6

Monochromatic Colors of #b6cca6

#b6cca6

Complementary Color

#b6cca6 #bca6cc

#b6cca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6cca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6cca6 Color CSS Codes

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

#b6cca6 Text Font Color

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

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


#b6cca6 Background Color

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

This div background color is #b6cca6


#b6cca6 Border Color

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

This div border color is #b6cca6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,204,166, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6cca6


Comments

No comments written yet.

Please login to write comment.