Color Hex Logo

#b2dfbf Color Hex

#B2DFBF
(178,223,191)
0 Favorites   0 Comments

Color spaces of #b2dfbf

RGB 178223191
HSL0.380.410.79
HSV137°20°87°
CMYK 0.200.000.14   0.13
XYZ54.151766.001959.1758
Yxy66.00190.30200.3680
Hunter Lab81.2416-23.193213.6827
CIE-Lab84.9974-20.830410.9192

#b2dfbf color RGB value is (178,223,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011111 10111111
Octal 262 337 277
Decimal 178 223 191
Hex B2 DF BF

RGB Percentages of Color #b2dfbf

%30.07
%37.67
%32.26

CMYK Percentages of Color #b2dfbf

%20
%0
%14
%13

Triadic Colors of #b2dfbf

#b2dfbf #bfb2df #dfbfb2

Analogous Colors of #b2dfbf

#b2dfbf #b2dfd6 #bcdfb2

Monochromatic Colors of #b2dfbf

#b2dfbf

Complementary Color

#b2dfbf #dfb2d2

#b2dfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2dfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2dfbf Color CSS Codes

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

#b2dfbf Text Font Color

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

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


#b2dfbf Background Color

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

This div background color is #b2dfbf


#b2dfbf Border Color

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

This div border color is #b2dfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2dfbf


Comments

No comments written yet.

Please login to write comment.