Color Hex Logo

#b1dfaa Color Hex

#B1DFAA
(177,223,170)
0 Favorites   0 Comments

Color spaces of #b1dfaa

RGB 177223170
HSL0.310.450.77
HSV112°24°87°
CMYK 0.210.000.24   0.13
XYZ51.774865.024747.8524
Yxy65.02470.31450.3949
Hunter Lab80.6379-26.507621.2625
CIE-Lab84.4965-24.826821.2111

#b1dfaa color RGB value is (177,223,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011111 10101010
Octal 261 337 252
Decimal 177 223 170
Hex B1 DF AA

RGB Percentages of Color #b1dfaa

%31.05
%39.12
%29.82

CMYK Percentages of Color #b1dfaa

%21
%0
%24
%13

Triadic Colors of #b1dfaa

#b1dfaa #aab1df #dfaab1

Analogous Colors of #b1dfaa

#b1dfaa #aadfbe #ccdfaa

Monochromatic Colors of #b1dfaa

#b1dfaa

Complementary Color

#b1dfaa #d8aadf

#b1dfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1dfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1dfaa Color CSS Codes

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

#b1dfaa Text Font Color

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

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


#b1dfaa Background Color

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

This div background color is #b1dfaa


#b1dfaa Border Color

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

This div border color is #b1dfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1dfaa


Comments

No comments written yet.

Please login to write comment.