Color Hex Logo

#b6dfac Color Hex

#B6DFAC
(182,223,172)
0 Favorites   0 Comments

Color spaces of #b6dfac

RGB 182223172
HSL0.300.440.77
HSV108°23°87°
CMYK 0.180.000.23   0.13
XYZ53.125565.699048.9109
Yxy65.69900.31670.3917
Hunter Lab81.0549-24.852620.9611
CIE-Lab84.8426-22.798420.6949

#b6dfac color RGB value is (182,223,172).

#b6dfac hex color red value is 182, green value is 223 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b6dfac hue: 0.30 , saturation: 0.44 and the lightness value of b6dfac is 0.77.

The process color (four color CMYK) of #b6dfac color hex is 0.18, 0.00, 0.23, 0.13. Web safe color of #b6dfac is #cccc99. Color #b6dfac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011111 10101100
Octal 266 337 254
Decimal 182 223 172
Hex B6 DF AC

RGB Percentages of Color #b6dfac

%31.54
%38.65
%29.81

CMYK Percentages of Color #b6dfac

%18
%0
%23
%13

Triadic Colors of #b6dfac

#b6dfac #acb6df #dfacb6

Analogous Colors of #b6dfac

#b6dfac #acdfbc #d0dfac

Monochromatic Colors of #b6dfac

#b6dfac

Complementary Color

#b6dfac #d5acdf

#b6dfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dfac Color CSS Codes

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

#b6dfac Text Font Color

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

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


#b6dfac Background Color

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

This div background color is #b6dfac


#b6dfac Border Color

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

This div border color is #b6dfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dfac


Comments

No comments written yet.

Please login to write comment.