Color Hex Logo

#b2dbaa Color Hex

#B2DBAA
(178,219,170)
0 Favorites   0 Comments

Color spaces of #b2dbaa

RGB 178219170
HSL0.310.400.76
HSV110°22°86°
CMYK 0.190.000.22   0.14
XYZ50.947363.030347.5111
Yxy63.03030.31550.3903
Hunter Lab79.3916-24.388120.0926
CIE-Lab83.4583-22.539219.7836

#b2dbaa color RGB value is (178,219,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011011 10101010
Octal 262 333 252
Decimal 178 219 170
Hex B2 DB AA

RGB Percentages of Color #b2dbaa

%31.39
%38.62
%29.98

CMYK Percentages of Color #b2dbaa

%19
%0
%22
%14

Triadic Colors of #b2dbaa

#b2dbaa #aab2db #dbaab2

Analogous Colors of #b2dbaa

#b2dbaa #aadbbb #cbdbaa

Monochromatic Colors of #b2dbaa

#b2dbaa

Complementary Color

#b2dbaa #d3aadb

#b2dbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2dbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2dbaa Color CSS Codes

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

#b2dbaa Text Font Color

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

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


#b2dbaa Background Color

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

This div background color is #b2dbaa


#b2dbaa Border Color

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

This div border color is #b2dbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2dbaa


Comments

No comments written yet.

Please login to write comment.