Color Hex Logo

#b4daab Color Hex

#B4DAAB
(180,218,171)
0 Favorites   0 Comments

Color spaces of #b4daab

RGB 180218171
HSL0.300.390.76
HSV109°22°85°
CMYK 0.170.000.22   0.15
XYZ51.244562.786447.9462
Yxy62.78640.31640.3876
Hunter Lab79.2379-23.227219.5906
CIE-Lab83.3299-21.197319.1004

#b4daab color RGB value is (180,218,171).

#b4daab hex color red value is 180, green value is 218 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b4daab hue: 0.30 , saturation: 0.39 and the lightness value of b4daab is 0.76.

The process color (four color CMYK) of #b4daab color hex is 0.17, 0.00, 0.22, 0.15. Web safe color of #b4daab is #cccc99. Color #b4daab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011010 10101011
Octal 264 332 253
Decimal 180 218 171
Hex B4 DA AB

RGB Percentages of Color #b4daab

%31.63
%38.31
%30.05

CMYK Percentages of Color #b4daab

%17
%0
%22
%15

Triadic Colors of #b4daab

#b4daab #abb4da #daabb4

Analogous Colors of #b4daab

#b4daab #abdaba #ccdaab

Monochromatic Colors of #b4daab

#b4daab

Complementary Color

#b4daab #d1abda

#b4daab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4daab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4daab Color CSS Codes

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

#b4daab Text Font Color

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

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


#b4daab Background Color

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

This div background color is #b4daab


#b4daab Border Color

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

This div border color is #b4daab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4daab


Comments

No comments written yet.

Please login to write comment.