color codes Logo

#b6eb4a color codes

#B6EB4A
(182,235,74)
0 Favorites   0 Comments

Color spaces of #b6eb4a

RGB 18223574
HSL0.220.800.61
HSV80°69°92°
CMYK 0.230.000.69   0.08
XYZ50.235869.856217.3144
Yxy69.85620.36560.5084
Hunter Lab83.5800-38.977646.2235
CIE-Lab86.9263-39.387069.1049

#b6eb4a color RGB value is (182,235,74).

#b6eb4a hex color red value is 182, green value is 235 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #b6eb4a hue: 0.22 , saturation: 0.80 and the lightness value of b6eb4a is 0.61.

The process color (four color CMYK) of #b6eb4a color code is 0.23, 0.00, 0.69, 0.08. Web safe color of #b6eb4a is #ccff33. Color #b6eb4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101011 01001010
Octal 266 353 112
Decimal 182 235 74
Hex B6 EB 4A

RGB Percentages of Color #b6eb4a

%37.07
%47.86
%15.07

CMYK Percentages of Color #b6eb4a

%23
%0
%69
%8

Triadic Colors of #b6eb4a

#b6eb4a #4ab6eb #eb4ab6

Analogous Colors of #b6eb4a

#b6eb4a #66eb4a #ebd04a

Monochromatic Colors of #b6eb4a

#b6eb4a

Complementary Color

#b6eb4a #7f4aeb

#b6eb4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6eb4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6eb4a Color CSS Codes

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

#b6eb4a Text Font Color

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

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


#b6eb4a Background Color

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

This div background color is #b6eb4a


#b6eb4a Border Color

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

This div border color is #b6eb4a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,235,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6eb4a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6eb4a;
  -webkit-box-shadow: 1px 1px 3px 2px #b6eb4a;
  box-shadow:         1px 1px 3px 2px #b6eb4a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,235,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6eb4a


Comments

No comments written yet.

Please login to write comment.