Color Hex Logo

#b6d0ab Color Hex

#B6D0AB
(182,208,171)
0 Favorites   0 Comments

Color spaces of #b6d0ab

RGB 182208171
HSL0.280.280.74
HSV102°18°82°
CMYK 0.130.000.18   0.18
XYZ49.198057.997147.1296
Yxy57.99710.31880.3758
Hunter Lab76.1558-17.958616.6170
CIE-Lab80.7372-15.513015.4991

#b6d0ab color RGB value is (182,208,171).

#b6d0ab hex color red value is 182, green value is 208 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b6d0ab hue: 0.28 , saturation: 0.28 and the lightness value of b6d0ab is 0.74.

The process color (four color CMYK) of #b6d0ab color hex is 0.13, 0.00, 0.18, 0.18. Web safe color of #b6d0ab is #cccc99. Color #b6d0ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11010000 10101011
Octal 266 320 253
Decimal 182 208 171
Hex B6 D0 AB

RGB Percentages of Color #b6d0ab

%32.44
%37.08
%30.48

CMYK Percentages of Color #b6d0ab

%13
%0
%18
%18

Triadic Colors of #b6d0ab

#b6d0ab #abb6d0 #d0abb6

Analogous Colors of #b6d0ab

#b6d0ab #abd0b3 #c9d0ab

Monochromatic Colors of #b6d0ab

#b6d0ab

Complementary Color

#b6d0ab #c5abd0

#b6d0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6d0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6d0ab Color CSS Codes

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

#b6d0ab Text Font Color

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

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


#b6d0ab Background Color

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

This div background color is #b6d0ab


#b6d0ab Border Color

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

This div border color is #b6d0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6d0ab


Comments

No comments written yet.

Please login to write comment.