color codes Logo

#b1d12f color codes

#B1D12F
(177,209,47)
0 Favorites   0 Comments

Color spaces of #b1d12f

RGB 17720947
HSL0.200.640.50
HSV72°78°82°
CMYK 0.150.000.78   0.18
XYZ41.445055.153311.1506
Yxy55.15330.38460.5119
Hunter Lab74.2653-30.349243.0836
CIE-Lab79.1295-30.887870.4450

#b1d12f color RGB value is (177,209,47).

#b1d12f hex color red value is 177, green value is 209 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #b1d12f hue: 0.20 , saturation: 0.64 and the lightness value of b1d12f is 0.50.

The process color (four color CMYK) of #b1d12f color code is 0.15, 0.00, 0.78, 0.18. Web safe color of #b1d12f is #99cc33. Color #b1d12f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11010001 00101111
Octal 261 321 57
Decimal 177 209 47
Hex B1 D1 2F

RGB Percentages of Color #b1d12f

%40.88
%48.27
%10.85

CMYK Percentages of Color #b1d12f

%15
%0
%78
%18

Triadic Colors of #b1d12f

#b1d12f #2fb1d1 #d12fb1

Analogous Colors of #b1d12f

#b1d12f #60d12f #d1a02f

Monochromatic Colors of #b1d12f

#b1d12f

Complementary Color

#b1d12f #4f2fd1

#b1d12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1d12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1d12f Color CSS Codes

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

#b1d12f Text Font Color

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

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


#b1d12f Background Color

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

This div background color is #b1d12f


#b1d12f Border Color

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

This div border color is #b1d12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1d12f


Comments

No comments written yet.

Please login to write comment.