Color Hex Logo

#b6dabe Color Hex

#B6DABE
(182,218,190)
0 Favorites   0 Comments

Color spaces of #b6dabe

RGB 182218190
HSL0.370.330.78
HSV133°17°85°
CMYK 0.170.000.13   0.15
XYZ53.657163.805658.2029
Yxy63.80560.30550.3632
Hunter Lab79.8784-19.882612.7136
CIE-Lab83.8645-17.21289.8653

#b6dabe color RGB value is (182,218,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011010 10111110
Octal 266 332 276
Decimal 182 218 190
Hex B6 DA BE

RGB Percentages of Color #b6dabe

%30.85
%36.95
%32.20

CMYK Percentages of Color #b6dabe

%17
%0
%13
%15

Triadic Colors of #b6dabe

#b6dabe #beb6da #dabeb6

Analogous Colors of #b6dabe

#b6dabe #b6dad0 #c0dab6

Monochromatic Colors of #b6dabe

#b6dabe

Complementary Color

#b6dabe #dab6d2

#b6dabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dabe Color CSS Codes

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

#b6dabe Text Font Color

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

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


#b6dabe Background Color

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

This div background color is #b6dabe


#b6dabe Border Color

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

This div border color is #b6dabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dabe


Comments

No comments written yet.

Please login to write comment.