Color Hex Logo

#b6cab2 Color Hex

#B6CAB2
(182,202,178)
0 Favorites   0 Comments

Color spaces of #b6cab2

RGB 182202178
HSL0.310.180.75
HSV110°12°79°
CMYK 0.100.000.12   0.21
XYZ48.447855.400550.2594
Yxy55.40050.31440.3595
Hunter Lab74.4315-14.068712.0669
CIE-Lab79.2714-11.24609.6944

#b6cab2 color RGB value is (182,202,178).

#b6cab2 hex color red value is 182, green value is 202 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #b6cab2 hue: 0.31 , saturation: 0.18 and the lightness value of b6cab2 is 0.75.

The process color (four color CMYK) of #b6cab2 color hex is 0.10, 0.00, 0.12, 0.21. Web safe color of #b6cab2 is #cccc99. Color #b6cab2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001010 10110010
Octal 266 312 262
Decimal 182 202 178
Hex B6 CA B2

RGB Percentages of Color #b6cab2

%32.38
%35.94
%31.67

CMYK Percentages of Color #b6cab2

%10
%0
%12
%21

Triadic Colors of #b6cab2

#b6cab2 #b2b6ca #cab2b6

Analogous Colors of #b6cab2

#b6cab2 #b2caba #c2cab2

Monochromatic Colors of #b6cab2

#b6cab2

Complementary Color

#b6cab2 #c6b2ca

#b6cab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6cab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6cab2 Color CSS Codes

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

#b6cab2 Text Font Color

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

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


#b6cab2 Background Color

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

This div background color is #b6cab2


#b6cab2 Border Color

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

This div border color is #b6cab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6cab2

#b6cab2 Color Palettes


Comments

No comments written yet.

Please login to write comment.