Color Hex Logo

#b2dabd Color Hex

#B2DABD
(178,218,189)
0 Favorites   0 Comments

Color spaces of #b2dabd

RGB 178218189
HSL0.380.350.78
HSV137°18°85°
CMYK 0.180.000.13   0.15
XYZ52.616863.281957.5855
Yxy63.28190.30330.3648
Hunter Lab79.5499-21.146912.7654
CIE-Lab83.5905-18.72009.9689

#b2dabd color RGB value is (178,218,189).

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

The process color (four color CMYK) of #b2dabd color hex is 0.18, 0.00, 0.13, 0.15. Web safe color of #b2dabd is #99cccc. Color #b2dabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011010 10111101
Octal 262 332 275
Decimal 178 218 189
Hex B2 DA BD

RGB Percentages of Color #b2dabd

%30.43
%37.26
%32.31

CMYK Percentages of Color #b2dabd

%18
%0
%13
%15

Triadic Colors of #b2dabd

#b2dabd #bdb2da #dabdb2

Analogous Colors of #b2dabd

#b2dabd #b2dad1 #bbdab2

Monochromatic Colors of #b2dabd

#b2dabd

Complementary Color

#b2dabd #dab2cf

#b2dabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2dabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2dabd Color CSS Codes

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

#b2dabd Text Font Color

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

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


#b2dabd Background Color

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

This div background color is #b2dabd


#b2dabd Border Color

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

This div border color is #b2dabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2dabd


Comments

No comments written yet.

Please login to write comment.