Color Hex Logo

#b7d22a Color Hex

#B7D22A
(183,210,42)
0 Favorites   0 Comments

Color spaces of #b7d22a

RGB 18321042
HSL0.190.670.49
HSV70°80°82°
CMYK 0.130.000.80   0.18
XYZ42.993056.327610.7968
Yxy56.32760.39040.5115
Hunter Lab75.0517-29.087744.0069
CIE-Lab79.7999-29.114672.6012

#b7d22a color RGB value is (183,210,42).

#b7d22a hex color red value is 183, green value is 210 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #b7d22a hue: 0.19 , saturation: 0.67 and the lightness value of b7d22a is 0.49.

The process color (four color CMYK) of #b7d22a color hex is 0.13, 0.00, 0.80, 0.18. Web safe color of #b7d22a is #cccc33. Color #b7d22a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11010010 00101010
Octal 267 322 52
Decimal 183 210 42
Hex B7 D2 2A

RGB Percentages of Color #b7d22a

%42.07
%48.28
%9.66

CMYK Percentages of Color #b7d22a

%13
%0
%80
%18

Triadic Colors of #b7d22a

#b7d22a #2ab7d2 #d22ab7

Analogous Colors of #b7d22a

#b7d22a #63d22a #d2992a

Monochromatic Colors of #b7d22a

#b7d22a

Complementary Color

#b7d22a #452ad2

#b7d22a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7d22a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7d22a Color CSS Codes

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

#b7d22a Text Font Color

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

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


#b7d22a Background Color

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

This div background color is #b7d22a


#b7d22a Border Color

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

This div border color is #b7d22a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,210,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 #b7d22a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7d22a

#b7d22a Color Palettes


Comments

No comments written yet.

Please login to write comment.