Color Hex Logo

#b4dabb Color Hex

#B4DABB
(180,218,187)
0 Favorites   0 Comments

Color spaces of #b4dabb

RGB 180218187
HSL0.360.340.78
HSV131°17°85°
CMYK 0.170.000.14   0.15
XYZ52.863463.434056.4715
Yxy63.43400.30600.3672
Hunter Lab79.6455-20.903013.7131
CIE-Lab83.6702-18.423311.1561

#b4dabb color RGB value is (180,218,187).

#b4dabb hex color red value is 180, green value is 218 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b4dabb hue: 0.36 , saturation: 0.34 and the lightness value of b4dabb is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011010 10111011
Octal 264 332 273
Decimal 180 218 187
Hex B4 DA BB

RGB Percentages of Color #b4dabb

%30.77
%37.26
%31.97

CMYK Percentages of Color #b4dabb

%17
%0
%14
%15

Triadic Colors of #b4dabb

#b4dabb #bbb4da #dabbb4

Analogous Colors of #b4dabb

#b4dabb #b4dace #c0dab4

Monochromatic Colors of #b4dabb

#b4dabb

Complementary Color

#b4dabb #dab4d3

#b4dabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4dabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4dabb Color CSS Codes

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

#b4dabb Text Font Color

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

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


#b4dabb Background Color

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

This div background color is #b4dabb


#b4dabb Border Color

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

This div border color is #b4dabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4dabb


Comments

No comments written yet.

Please login to write comment.