Color Hex Logo

#b8dabd Color Hex

#B8DABD
(184,218,189)
0 Favorites   0 Comments

Color spaces of #b8dabd

RGB 184218189
HSL0.360.310.79
HSV129°16°85°
CMYK 0.160.000.13   0.15
XYZ54.023964.007357.6514
Yxy64.00730.30750.3643
Hunter Lab80.0046-19.474013.2787
CIE-Lab83.9696-16.726410.5608

#b8dabd color RGB value is (184,218,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011010 10111101
Octal 270 332 275
Decimal 184 218 189
Hex B8 DA BD

RGB Percentages of Color #b8dabd

%31.13
%36.89
%31.98

CMYK Percentages of Color #b8dabd

%16
%0
%13
%15

Triadic Colors of #b8dabd

#b8dabd #bdb8da #dabdb8

Analogous Colors of #b8dabd

#b8dabd #b8dace #c4dab8

Monochromatic Colors of #b8dabd

#b8dabd

Complementary Color

#b8dabd #dab8d5

#b8dabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dabd Color CSS Codes

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

#b8dabd Text Font Color

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

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


#b8dabd Background Color

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

This div background color is #b8dabd


#b8dabd Border Color

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

This div border color is #b8dabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dabd


Comments

No comments written yet.

Please login to write comment.