Color Hex Logo

#b2daac Color Hex

#B2DAAC
(178,218,172)
0 Favorites   0 Comments

Color spaces of #b2daac

RGB 178218172
HSL0.310.380.76
HSV112°21°85°
CMYK 0.180.000.21   0.15
XYZ50.877962.586348.4285
Yxy62.58630.31430.3866
Hunter Lab79.1115-23.648919.0834
CIE-Lab83.2242-21.714818.4098

#b2daac color RGB value is (178,218,172).

#b2daac hex color red value is 178, green value is 218 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b2daac hue: 0.31 , saturation: 0.38 and the lightness value of b2daac is 0.76.

The process color (four color CMYK) of #b2daac color hex is 0.18, 0.00, 0.21, 0.15. Web safe color of #b2daac is #99cc99. Color #b2daac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011010 10101100
Octal 262 332 254
Decimal 178 218 172
Hex B2 DA AC

RGB Percentages of Color #b2daac

%31.34
%38.38
%30.28

CMYK Percentages of Color #b2daac

%18
%0
%21
%15

Triadic Colors of #b2daac

#b2daac #acb2da #daacb2

Analogous Colors of #b2daac

#b2daac #acdabd #c9daac

Monochromatic Colors of #b2daac

#b2daac

Complementary Color

#b2daac #d4acda

#b2daac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2daac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2daac Color CSS Codes

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

#b2daac Text Font Color

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

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


#b2daac Background Color

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

This div background color is #b2daac


#b2daac Border Color

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

This div border color is #b2daac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2daac


Comments

No comments written yet.

Please login to write comment.