Color Hex Logo

#b6d821 Color Hex

#B6D821
(182,216,33)
0 Favorites   0 Comments

Color spaces of #b6d821

RGB 18221633
HSL0.200.730.49
HSV71°85°85°
CMYK 0.160.000.85   0.15
XYZ44.121859.166610.5337
Yxy59.16660.38760.5198
Hunter Lab76.9198-32.220745.7245
CIE-Lab81.3831-32.608576.0890

#b6d821 color RGB value is (182,216,33).

#b6d821 hex color red value is 182, green value is 216 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #b6d821 hue: 0.20 , saturation: 0.73 and the lightness value of b6d821 is 0.49.

The process color (four color CMYK) of #b6d821 color hex is 0.16, 0.00, 0.85, 0.15. Web safe color of #b6d821 is #cccc33. Color #b6d821 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011000 00100001
Octal 266 330 41
Decimal 182 216 33
Hex B6 D8 21

RGB Percentages of Color #b6d821

%42.23
%50.12
%7.66

CMYK Percentages of Color #b6d821

%16
%0
%85
%15

Triadic Colors of #b6d821

#b6d821 #21b6d8 #d821b6

Analogous Colors of #b6d821

#b6d821 #5ad821 #d89f21

Monochromatic Colors of #b6d821

#b6d821

Complementary Color

#b6d821 #4321d8

#b6d821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6d821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6d821 Color CSS Codes

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

#b6d821 Text Font Color

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

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


#b6d821 Background Color

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

This div background color is #b6d821


#b6d821 Border Color

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

This div border color is #b6d821


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6d821


Comments

No comments written yet.

Please login to write comment.