Color Hex Logo

#b6dab5 Color Hex

#B6DAB5
(182,218,181)
0 Favorites   0 Comments

Color spaces of #b6dab5

RGB 182218181
HSL0.330.330.78
HSV118°17°85°
CMYK 0.170.000.17   0.15
XYZ52.703363.424153.1804
Yxy63.42410.31130.3746
Hunter Lab79.6392-21.241816.1556
CIE-Lab83.6650-18.816414.3314

#b6dab5 color RGB value is (182,218,181).

#b6dab5 hex color red value is 182, green value is 218 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #b6dab5 hue: 0.33 , saturation: 0.33 and the lightness value of b6dab5 is 0.78.

The process color (four color CMYK) of #b6dab5 color hex is 0.17, 0.00, 0.17, 0.15. Web safe color of #b6dab5 is #cccccc. Color #b6dab5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011010 10110101
Octal 266 332 265
Decimal 182 218 181
Hex B6 DA B5

RGB Percentages of Color #b6dab5

%31.33
%37.52
%31.15

CMYK Percentages of Color #b6dab5

%17
%0
%17
%15

Triadic Colors of #b6dab5

#b6dab5 #b5b6da #dab5b6

Analogous Colors of #b6dab5

#b6dab5 #b5dac7 #c9dab5

Monochromatic Colors of #b6dab5

#b6dab5

Complementary Color

#b6dab5 #d9b5da

#b6dab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dab5 Color CSS Codes

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

#b6dab5 Text Font Color

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

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


#b6dab5 Background Color

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

This div background color is #b6dab5


#b6dab5 Border Color

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

This div border color is #b6dab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dab5


Comments

No comments written yet.

Please login to write comment.