Color Hex Logo

#b1dfac Color Hex

#B1DFAC
(177,223,172)
0 Favorites   0 Comments

Color spaces of #b1dfac

RGB 177223172
HSL0.320.440.77
HSV114°23°87°
CMYK 0.210.000.23   0.13
XYZ51.965565.101048.8566
Yxy65.10100.31320.3924
Hunter Lab80.6852-26.235720.5783
CIE-Lab84.5358-24.495420.2225

#b1dfac color RGB value is (177,223,172).

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

The process color (four color CMYK) of #b1dfac color hex is 0.21, 0.00, 0.23, 0.13. Web safe color of #b1dfac is #99cc99. Color #b1dfac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011111 10101100
Octal 261 337 254
Decimal 177 223 172
Hex B1 DF AC

RGB Percentages of Color #b1dfac

%30.94
%38.99
%30.07

CMYK Percentages of Color #b1dfac

%21
%0
%23
%13

Triadic Colors of #b1dfac

#b1dfac #acb1df #dfacb1

Analogous Colors of #b1dfac

#b1dfac #acdfc1 #cbdfac

Monochromatic Colors of #b1dfac

#b1dfac

Complementary Color

#b1dfac #daacdf

#b1dfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1dfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1dfac Color CSS Codes

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

#b1dfac Text Font Color

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

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


#b1dfac Background Color

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

This div background color is #b1dfac


#b1dfac Border Color

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

This div border color is #b1dfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1dfac


Comments

No comments written yet.

Please login to write comment.