Color Hex Logo

#b1d280 Color Hex

#B1D280
(177,210,128)
0 Favorites   0 Comments

Color spaces of #b1d280

RGB 177210128
HSL0.230.480.66
HSV84°39°82°
CMYK 0.160.000.39   0.18
XYZ45.074356.998829.0483
Yxy56.99880.34380.4347
Hunter Lab75.4975-25.550930.0360
CIE-Lab80.1789-24.652137.0748

#b1d280 color RGB value is (177,210,128).

#b1d280 hex color red value is 177, green value is 210 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #b1d280 hue: 0.23 , saturation: 0.48 and the lightness value of b1d280 is 0.66.

The process color (four color CMYK) of #b1d280 color hex is 0.16, 0.00, 0.39, 0.18. Web safe color of #b1d280 is #99cc99. Color #b1d280 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11010010 10000000
Octal 261 322 200
Decimal 177 210 128
Hex B1 D2 80

RGB Percentages of Color #b1d280

%34.37
%40.78
%24.85

CMYK Percentages of Color #b1d280

%16
%0
%39
%18

Triadic Colors of #b1d280

#b1d280 #80b1d2 #d280b1

Analogous Colors of #b1d280

#b1d280 #88d280 #d2ca80

Monochromatic Colors of #b1d280

#b1d280

Complementary Color

#b1d280 #a180d2

#b1d280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1d280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1d280 Color CSS Codes

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

#b1d280 Text Font Color

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

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


#b1d280 Background Color

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

This div background color is #b1d280


#b1d280 Border Color

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

This div border color is #b1d280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1d280


Comments

No comments written yet.

Please login to write comment.