Color Hex Logo

#b2dfbd Color Hex

#B2DFBD
(178,223,189)
0 Favorites   0 Comments

Color spaces of #b2dfbd

RGB 178223189
HSL0.370.410.79
HSV135°20°87°
CMYK 0.200.000.15   0.13
XYZ53.933165.914558.0243
Yxy65.91450.30320.3706
Hunter Lab81.1877-23.500814.4573
CIE-Lab84.9528-21.196611.9079

#b2dfbd color RGB value is (178,223,189).

#b2dfbd hex color red value is 178, green value is 223 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b2dfbd hue: 0.37 , saturation: 0.41 and the lightness value of b2dfbd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011111 10111101
Octal 262 337 275
Decimal 178 223 189
Hex B2 DF BD

RGB Percentages of Color #b2dfbd

%30.17
%37.80
%32.03

CMYK Percentages of Color #b2dfbd

%20
%0
%15
%13

Triadic Colors of #b2dfbd

#b2dfbd #bdb2df #dfbdb2

Analogous Colors of #b2dfbd

#b2dfbd #b2dfd4 #bedfb2

Monochromatic Colors of #b2dfbd

#b2dfbd

Complementary Color

#b2dfbd #dfb2d4

#b2dfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2dfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2dfbd Color CSS Codes

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

#b2dfbd Text Font Color

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

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


#b2dfbd Background Color

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

This div background color is #b2dfbd


#b2dfbd Border Color

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

This div border color is #b2dfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2dfbd


Comments

No comments written yet.

Please login to write comment.