Color Hex Logo

#b1de2a Color Hex

#B1DE2A
(177,222,42)
0 Favorites   0 Comments

Color spaces of #b1de2a

RGB 17722242
HSL0.210.730.52
HSV75°81°87°
CMYK 0.200.000.81   0.13
XYZ44.670761.756811.7564
Yxy61.75680.37800.5225
Hunter Lab78.5855-36.059146.1401
CIE-Lab82.7839-37.047875.0810

#b1de2a color RGB value is (177,222,42).

#b1de2a hex color red value is 177, green value is 222 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #b1de2a hue: 0.21 , saturation: 0.73 and the lightness value of b1de2a is 0.52.

The process color (four color CMYK) of #b1de2a color hex is 0.20, 0.00, 0.81, 0.13. Web safe color of #b1de2a is #99cc33. Color #b1de2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011110 00101010
Octal 261 336 52
Decimal 177 222 42
Hex B1 DE 2A

RGB Percentages of Color #b1de2a

%40.14
%50.34
%9.52

CMYK Percentages of Color #b1de2a

%20
%0
%81
%13

Triadic Colors of #b1de2a

#b1de2a #2ab1de #de2ab1

Analogous Colors of #b1de2a

#b1de2a #57de2a #deb12a

Monochromatic Colors of #b1de2a

#b1de2a

Complementary Color

#b1de2a #572ade

#b1de2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1de2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1de2a Color CSS Codes

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

#b1de2a Text Font Color

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

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


#b1de2a Background Color

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

This div background color is #b1de2a


#b1de2a Border Color

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

This div border color is #b1de2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1de2a


Comments

No comments written yet.

Please login to write comment.