Color Hex Logo

#b1debe Color Hex

#B1DEBE
(177,222,190)
0 Favorites   0 Comments

Color spaces of #b1debe

RGB 177222190
HSL0.380.410.78
HSV137°20°87°
CMYK 0.200.000.14   0.13
XYZ53.547065.307458.4986
Yxy65.30740.30190.3682
Hunter Lab80.8130-23.148013.6505
CIE-Lab84.6419-20.846710.9313

#b1debe color RGB value is (177,222,190).

#b1debe hex color red value is 177, green value is 222 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b1debe hue: 0.38 , saturation: 0.41 and the lightness value of b1debe is 0.78.

The process color (four color CMYK) of #b1debe color hex is 0.20, 0.00, 0.14, 0.13. Web safe color of #b1debe is #99cccc. Color #b1debe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011110 10111110
Octal 261 336 276
Decimal 177 222 190
Hex B1 DE BE

RGB Percentages of Color #b1debe

%30.05
%37.69
%32.26

CMYK Percentages of Color #b1debe

%20
%0
%14
%13

Triadic Colors of #b1debe

#b1debe #beb1de #debeb1

Analogous Colors of #b1debe

#b1debe #b1ded5 #bbdeb1

Monochromatic Colors of #b1debe

#b1debe

Complementary Color

#b1debe #deb1d1

#b1debe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1debe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1debe Color CSS Codes

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

#b1debe Text Font Color

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

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


#b1debe Background Color

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

This div background color is #b1debe


#b1debe Border Color

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

This div border color is #b1debe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,222,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 #b1debe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1debe


Comments

No comments written yet.

Please login to write comment.