Color Hex Logo

#b6dfbf Color Hex

#B6DFBF
(182,223,191)
0 Favorites   0 Comments

Color spaces of #b6dfbf

RGB 182223191
HSL0.370.390.79
HSV133°18°87°
CMYK 0.180.000.14   0.13
XYZ55.083166.482059.2193
Yxy66.48200.30470.3677
Hunter Lab81.5365-22.100714.0137
CIE-Lab85.2417-19.520411.3004

#b6dfbf color RGB value is (182,223,191).

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

The process color (four color CMYK) of #b6dfbf color hex is 0.18, 0.00, 0.14, 0.13. Web safe color of #b6dfbf is #cccccc. Color #b6dfbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011111 10111111
Octal 266 337 277
Decimal 182 223 191
Hex B6 DF BF

RGB Percentages of Color #b6dfbf

%30.54
%37.42
%32.05

CMYK Percentages of Color #b6dfbf

%18
%0
%14
%13

Triadic Colors of #b6dfbf

#b6dfbf #bfb6df #dfbfb6

Analogous Colors of #b6dfbf

#b6dfbf #b6dfd4 #c2dfb6

Monochromatic Colors of #b6dfbf

#b6dfbf

Complementary Color

#b6dfbf #dfb6d6

#b6dfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dfbf Color CSS Codes

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

#b6dfbf Text Font Color

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

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


#b6dfbf Background Color

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

This div background color is #b6dfbf


#b6dfbf Border Color

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

This div border color is #b6dfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dfbf

#b6dfbf Color Palettes


Comments

No comments written yet.

Please login to write comment.