Color Hex Logo

#b5debd Color Hex

#B5DEBD
(181,222,189)
0 Favorites   0 Comments

Color spaces of #b5debd

RGB 181222189
HSL0.370.380.79
HSV132°18°87°
CMYK 0.180.000.15   0.13
XYZ54.362665.740457.9681
Yxy65.74040.30530.3692
Hunter Lab81.0805-22.210614.3672
CIE-Lab84.8638-19.717211.8069

#b5debd color RGB value is (181,222,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011110 10111101
Octal 265 336 275
Decimal 181 222 189
Hex B5 DE BD

RGB Percentages of Color #b5debd

%30.57
%37.50
%31.93

CMYK Percentages of Color #b5debd

%18
%0
%15
%13

Triadic Colors of #b5debd

#b5debd #bdb5de #debdb5

Analogous Colors of #b5debd

#b5debd #b5ded2 #c2deb5

Monochromatic Colors of #b5debd

#b5debd

Complementary Color

#b5debd #deb5d6

#b5debd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5debd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5debd Color CSS Codes

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

#b5debd Text Font Color

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

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


#b5debd Background Color

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

This div background color is #b5debd


#b5debd Border Color

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

This div border color is #b5debd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5debd


Comments

No comments written yet.

Please login to write comment.