Color Hex Logo

#b6dabc Color Hex

#B6DABC
(182,218,188)
0 Favorites   0 Comments

Color spaces of #b6dabc

RGB 182218188
HSL0.360.330.78
HSV130°17°85°
CMYK 0.170.000.14   0.15
XYZ53.439963.718757.0593
Yxy63.71870.30670.3657
Hunter Lab79.8240-20.191313.4955
CIE-Lab83.8191-17.575710.8572

#b6dabc color RGB value is (182,218,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011010 10111100
Octal 266 332 274
Decimal 182 218 188
Hex B6 DA BC

RGB Percentages of Color #b6dabc

%30.95
%37.07
%31.97

CMYK Percentages of Color #b6dabc

%17
%0
%14
%15

Triadic Colors of #b6dabc

#b6dabc #bcb6da #dabcb6

Analogous Colors of #b6dabc

#b6dabc #b6dace #c2dab6

Monochromatic Colors of #b6dabc

#b6dabc

Complementary Color

#b6dabc #dab6d4

#b6dabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dabc Color CSS Codes

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

#b6dabc Text Font Color

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

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


#b6dabc Background Color

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

This div background color is #b6dabc


#b6dabc Border Color

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

This div border color is #b6dabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dabc


Comments

No comments written yet.

Please login to write comment.