Color Hex Logo

#b8dbab Color Hex

#B8DBAB
(184,219,171)
0 Favorites   0 Comments

Color spaces of #b8dbab

RGB 184219171
HSL0.290.400.76
HSV104°22°86°
CMYK 0.160.000.22   0.14
XYZ52.449463.793748.0771
Yxy63.79370.31920.3882
Hunter Lab79.8710-22.557420.2210
CIE-Lab83.8582-20.310019.8731

#b8dbab color RGB value is (184,219,171).

#b8dbab hex color red value is 184, green value is 219 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b8dbab hue: 0.29 , saturation: 0.40 and the lightness value of b8dbab is 0.76.

The process color (four color CMYK) of #b8dbab color hex is 0.16, 0.00, 0.22, 0.14. Web safe color of #b8dbab is #cccc99. Color #b8dbab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011011 10101011
Octal 270 333 253
Decimal 184 219 171
Hex B8 DB AB

RGB Percentages of Color #b8dbab

%32.06
%38.15
%29.79

CMYK Percentages of Color #b8dbab

%16
%0
%22
%14

Triadic Colors of #b8dbab

#b8dbab #abb8db #dbabb8

Analogous Colors of #b8dbab

#b8dbab #abdbb6 #d0dbab

Monochromatic Colors of #b8dbab

#b8dbab

Complementary Color

#b8dbab #ceabdb

#b8dbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dbab Color CSS Codes

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

#b8dbab Text Font Color

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

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


#b8dbab Background Color

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

This div background color is #b8dbab


#b8dbab Border Color

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

This div border color is #b8dbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dbab


Comments

No comments written yet.

Please login to write comment.