Color Hex Logo

#b2dcab Color Hex

#B2DCAB
(178,220,171)
0 Favorites   0 Comments

Color spaces of #b2dcab

RGB 178220171
HSL0.310.410.77
HSV111°22°86°
CMYK 0.190.000.22   0.14
XYZ51.304063.591748.0985
Yxy63.59170.31480.3901
Hunter Lab79.7444-24.713820.0598
CIE-Lab83.7527-22.862619.6686

#b2dcab color RGB value is (178,220,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011100 10101011
Octal 262 334 253
Decimal 178 220 171
Hex B2 DC AB

RGB Percentages of Color #b2dcab

%31.28
%38.66
%30.05

CMYK Percentages of Color #b2dcab

%19
%0
%22
%14

Triadic Colors of #b2dcab

#b2dcab #abb2dc #dcabb2

Analogous Colors of #b2dcab

#b2dcab #abdcbd #cbdcab

Monochromatic Colors of #b2dcab

#b2dcab

Complementary Color

#b2dcab #d5abdc

#b2dcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2dcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2dcab Color CSS Codes

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

#b2dcab Text Font Color

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

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


#b2dcab Background Color

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

This div background color is #b2dcab


#b2dcab Border Color

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

This div border color is #b2dcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2dcab


Comments

No comments written yet.

Please login to write comment.