Color Hex Logo

#b2dcac Color Hex

#B2DCAC
(178,220,172)
0 Favorites   0 Comments

Color spaces of #b2dcac

RGB 178220172
HSL0.310.410.77
HSV113°22°86°
CMYK 0.190.000.22   0.14
XYZ51.399763.629948.6025
Yxy63.62990.31410.3889
Hunter Lab79.7684-24.576019.7127
CIE-Lab83.7727-22.695719.1728

#b2dcac color RGB value is (178,220,172).

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

The process color (four color CMYK) of #b2dcac color hex is 0.19, 0.00, 0.22, 0.14. Web safe color of #b2dcac is #99cc99. Color #b2dcac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011100 10101100
Octal 262 334 254
Decimal 178 220 172
Hex B2 DC AC

RGB Percentages of Color #b2dcac

%31.23
%38.60
%30.18

CMYK Percentages of Color #b2dcac

%19
%0
%22
%14

Triadic Colors of #b2dcac

#b2dcac #acb2dc #dcacb2

Analogous Colors of #b2dcac

#b2dcac #acdcbe #cadcac

Monochromatic Colors of #b2dcac

#b2dcac

Complementary Color

#b2dcac #d6acdc

#b2dcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2dcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2dcac Color CSS Codes

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

#b2dcac Text Font Color

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

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


#b2dcac Background Color

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

This div background color is #b2dcac


#b2dcac Border Color

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

This div border color is #b2dcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2dcac


Comments

No comments written yet.

Please login to write comment.