Color Hex Logo

#b8dabb Color Hex

#B8DABB
(184,218,187)
0 Favorites   0 Comments

Color spaces of #b8dabb

RGB 184218187
HSL0.350.310.79
HSV125°16°85°
CMYK 0.160.000.14   0.15
XYZ53.808263.921056.5157
Yxy63.92100.30880.3668
Hunter Lab79.9506-19.779914.0544
CIE-Lab83.9246-17.084711.5528

#b8dabb color RGB value is (184,218,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011010 10111011
Octal 270 332 273
Decimal 184 218 187
Hex B8 DA BB

RGB Percentages of Color #b8dabb

%31.24
%37.01
%31.75

CMYK Percentages of Color #b8dabb

%16
%0
%14
%15

Triadic Colors of #b8dabb

#b8dabb #bbb8da #dabbb8

Analogous Colors of #b8dabb

#b8dabb #b8dacc #c6dab8

Monochromatic Colors of #b8dabb

#b8dabb

Complementary Color

#b8dabb #dab8d7

#b8dabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dabb Color CSS Codes

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

#b8dabb Text Font Color

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

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


#b8dabb Background Color

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

This div background color is #b8dabb


#b8dabb Border Color

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

This div border color is #b8dabb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,218,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dabb


Comments

No comments written yet.

Please login to write comment.