Color Hex Logo

#b6debb Color Hex

#B6DEBB
(182,222,187)
0 Favorites   0 Comments

Color spaces of #b6debb

RGB 182222187
HSL0.350.380.79
HSV128°18°87°
CMYK 0.180.000.16   0.13
XYZ54.382365.775556.8434
Yxy65.77550.30720.3716
Hunter Lab81.1021-22.237115.2159
CIE-Lab84.8818-19.744512.8930

#b6debb color RGB value is (182,222,187).

#b6debb hex color red value is 182, green value is 222 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b6debb hue: 0.35 , saturation: 0.38 and the lightness value of b6debb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011110 10111011
Octal 266 336 273
Decimal 182 222 187
Hex B6 DE BB

RGB Percentages of Color #b6debb

%30.80
%37.56
%31.64

CMYK Percentages of Color #b6debb

%18
%0
%16
%13

Triadic Colors of #b6debb

#b6debb #bbb6de #debbb6

Analogous Colors of #b6debb

#b6debb #b6decf #c5deb6

Monochromatic Colors of #b6debb

#b6debb

Complementary Color

#b6debb #deb6d9

#b6debb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6debb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6debb Color CSS Codes

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

#b6debb Text Font Color

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

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


#b6debb Background Color

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

This div background color is #b6debb


#b6debb Border Color

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

This div border color is #b6debb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6debb


Comments

No comments written yet.

Please login to write comment.