Color Hex Logo

#b1cd9f Color Hex

#B1CD9F
(177,205,159)
0 Favorites   0 Comments

Color spaces of #b1cd9f

RGB 177205159
HSL0.270.320.71
HSV97°22°80°
CMYK 0.140.000.22   0.20
XYZ46.220855.513041.0799
Yxy55.51300.32360.3887
Hunter Lab74.5070-19.654019.4650
CIE-Lab79.3358-17.739919.8549

#b1cd9f color RGB value is (177,205,159).

#b1cd9f hex color red value is 177, green value is 205 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b1cd9f hue: 0.27 , saturation: 0.32 and the lightness value of b1cd9f is 0.71.

The process color (four color CMYK) of #b1cd9f color hex is 0.14, 0.00, 0.22, 0.20. Web safe color of #b1cd9f is #99cc99. Color #b1cd9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001101 10011111
Octal 261 315 237
Decimal 177 205 159
Hex B1 CD 9F

RGB Percentages of Color #b1cd9f

%32.72
%37.89
%29.39

CMYK Percentages of Color #b1cd9f

%14
%0
%22
%20

Triadic Colors of #b1cd9f

#b1cd9f #9fb1cd #cd9fb1

Analogous Colors of #b1cd9f

#b1cd9f #9fcda4 #c8cd9f

Monochromatic Colors of #b1cd9f

#b1cd9f

Complementary Color

#b1cd9f #bb9fcd

#b1cd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1cd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1cd9f Color CSS Codes

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

#b1cd9f Text Font Color

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

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


#b1cd9f Background Color

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

This div background color is #b1cd9f


#b1cd9f Border Color

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

This div border color is #b1cd9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1cd9f


Comments

No comments written yet.

Please login to write comment.