Color Hex Logo

#b1debc Color Hex

#B1DEBC
(177,222,188)
0 Favorites   0 Comments

Color spaces of #b1debc

RGB 177222188
HSL0.370.410.78
HSV135°20°87°
CMYK 0.200.000.15   0.13
XYZ53.329865.220557.3550
Yxy65.22050.30320.3708
Hunter Lab80.7592-23.455114.4238
CIE-Lab84.5972-21.213311.9207

#b1debc color RGB value is (177,222,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011110 10111100
Octal 261 336 274
Decimal 177 222 188
Hex B1 DE BC

RGB Percentages of Color #b1debc

%30.15
%37.82
%32.03

CMYK Percentages of Color #b1debc

%20
%0
%15
%13

Triadic Colors of #b1debc

#b1debc #bcb1de #debcb1

Analogous Colors of #b1debc

#b1debc #b1ded3 #bddeb1

Monochromatic Colors of #b1debc

#b1debc

Complementary Color

#b1debc #deb1d3

#b1debc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1debc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1debc Color CSS Codes

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

#b1debc Text Font Color

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

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


#b1debc Background Color

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

This div background color is #b1debc


#b1debc Border Color

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

This div border color is #b1debc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1debc


Comments

No comments written yet.

Please login to write comment.