Color Hex Logo

#b1d292 Color Hex

#B1D292
(177,210,146)
0 Favorites   0 Comments

Color spaces of #b1d292

RGB 177210146
HSL0.250.420.70
HSV91°30°82°
CMYK 0.160.000.30   0.18
XYZ46.366457.515635.8520
Yxy57.51560.33180.4116
Hunter Lab75.8390-23.587225.0587
CIE-Lab80.4687-22.210528.2188

#b1d292 color RGB value is (177,210,146).

#b1d292 hex color red value is 177, green value is 210 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #b1d292 hue: 0.25 , saturation: 0.42 and the lightness value of b1d292 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11010010 10010010
Octal 261 322 222
Decimal 177 210 146
Hex B1 D2 92

RGB Percentages of Color #b1d292

%33.21
%39.40
%27.39

CMYK Percentages of Color #b1d292

%16
%0
%30
%18

Triadic Colors of #b1d292

#b1d292 #92b1d2 #d292b1

Analogous Colors of #b1d292

#b1d292 #92d293 #d1d292

Monochromatic Colors of #b1d292

#b1d292

Complementary Color

#b1d292 #b392d2

#b1d292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1d292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1d292 Color CSS Codes

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

#b1d292 Text Font Color

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

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


#b1d292 Background Color

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

This div background color is #b1d292


#b1d292 Border Color

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

This div border color is #b1d292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1d292


Comments

No comments written yet.

Please login to write comment.