color codes Logo

#b1dba9 color codes

#B1DBA9
(177,219,169)
0 Favorites   0 Comments

Color spaces of #b1dba9

RGB 177219169
HSL0.310.410.76
HSV110°23°86°
CMYK 0.190.000.23   0.14
XYZ50.624462.874747.0040
Yxy62.87470.31540.3917
Hunter Lab79.2936-24.801720.3593
CIE-Lab83.3764-23.046120.1840

#b1dba9 color RGB value is (177,219,169).

#b1dba9 hex color red value is 177, green value is 219 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #b1dba9 hue: 0.31 , saturation: 0.41 and the lightness value of b1dba9 is 0.76.

The process color (four color CMYK) of #b1dba9 color code is 0.19, 0.00, 0.23, 0.14. Web safe color of #b1dba9 is #99cc99. Color #b1dba9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011011 10101001
Octal 261 333 251
Decimal 177 219 169
Hex B1 DB A9

RGB Percentages of Color #b1dba9

%31.33
%38.76
%29.91

CMYK Percentages of Color #b1dba9

%19
%0
%23
%14

Triadic Colors of #b1dba9

#b1dba9 #a9b1db #dba9b1

Analogous Colors of #b1dba9

#b1dba9 #a9dbba #cadba9

Monochromatic Colors of #b1dba9

#b1dba9

Complementary Color

#b1dba9 #d3a9db

#b1dba9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1dba9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1dba9 Color CSS Codes

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

#b1dba9 Text Font Color

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

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


#b1dba9 Background Color

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

This div background color is #b1dba9


#b1dba9 Border Color

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

This div border color is #b1dba9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1dba9


Comments

No comments written yet.

Please login to write comment.