Color Hex Logo

#b8debd Color Hex

#B8DEBD
(184,222,189)
0 Favorites   0 Comments

Color spaces of #b8debd

RGB 184222189
HSL0.360.370.80
HSV128°17°87°
CMYK 0.170.000.15   0.13
XYZ55.073766.107058.0013
Yxy66.10700.30740.3689
Hunter Lab81.3062-21.376814.6187
CIE-Lab85.0510-18.722112.0986

#b8debd color RGB value is (184,222,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011110 10111101
Octal 270 336 275
Decimal 184 222 189
Hex B8 DE BD

RGB Percentages of Color #b8debd

%30.92
%37.31
%31.76

CMYK Percentages of Color #b8debd

%17
%0
%15
%13

Triadic Colors of #b8debd

#b8debd #bdb8de #debdb8

Analogous Colors of #b8debd

#b8debd #b8ded0 #c6deb8

Monochromatic Colors of #b8debd

#b8debd

Complementary Color

#b8debd #deb8d9

#b8debd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8debd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8debd Color CSS Codes

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

#b8debd Text Font Color

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

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


#b8debd Background Color

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

This div background color is #b8debd


#b8debd Border Color

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

This div border color is #b8debd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8debd


Comments

No comments written yet.

Please login to write comment.