Color Hex Logo

#b4debd Color Hex

#B4DEBD
(180,222,189)
0 Favorites   0 Comments

Color spaces of #b4debd

RGB 180222189
HSL0.370.390.79
HSV133°19°87°
CMYK 0.190.000.15   0.13
XYZ54.129065.620057.9571
Yxy65.62000.30460.3693
Hunter Lab81.0062-22.485614.2844
CIE-Lab84.8022-20.047011.7109

#b4debd color RGB value is (180,222,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011110 10111101
Octal 264 336 275
Decimal 180 222 189
Hex B4 DE BD

RGB Percentages of Color #b4debd

%30.46
%37.56
%31.98

CMYK Percentages of Color #b4debd

%19
%0
%15
%13

Triadic Colors of #b4debd

#b4debd #bdb4de #debdb4

Analogous Colors of #b4debd

#b4debd #b4ded2 #c0deb4

Monochromatic Colors of #b4debd

#b4debd

Complementary Color

#b4debd #deb4d5

#b4debd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4debd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4debd Color CSS Codes

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

#b4debd Text Font Color

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

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


#b4debd Background Color

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

This div background color is #b4debd


#b4debd Border Color

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

This div border color is #b4debd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4debd


Comments

No comments written yet.

Please login to write comment.