Color Hex Logo

#b9dc20 Color Hex

#B9DC20
(185,220,32)
0 Favorites   0 Comments

Color spaces of #b9dc20

RGB 18522032
HSL0.200.750.49
HSV71°85°86°
CMYK 0.160.000.85   0.14
XYZ45.861561.605010.8403
Yxy61.60500.38760.5207
Hunter Lab78.4889-33.056946.7535
CIE-Lab82.7029-33.274677.4823

#b9dc20 color RGB value is (185,220,32).

#b9dc20 hex color red value is 185, green value is 220 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #b9dc20 hue: 0.20 , saturation: 0.75 and the lightness value of b9dc20 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011100 00100000
Octal 271 334 40
Decimal 185 220 32
Hex B9 DC 20

RGB Percentages of Color #b9dc20

%42.33
%50.34
%7.32

CMYK Percentages of Color #b9dc20

%16
%0
%85
%14

Triadic Colors of #b9dc20

#b9dc20 #20b9dc #dc20b9

Analogous Colors of #b9dc20

#b9dc20 #5bdc20 #dca120

Monochromatic Colors of #b9dc20

#b9dc20

Complementary Color

#b9dc20 #4320dc

#b9dc20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dc20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dc20 Color CSS Codes

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

#b9dc20 Text Font Color

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

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


#b9dc20 Background Color

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

This div background color is #b9dc20


#b9dc20 Border Color

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

This div border color is #b9dc20


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,220,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9dc20; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9dc20;
  -webkit-box-shadow: 1px 1px 3px 2px #b9dc20;
  box-shadow:         1px 1px 3px 2px #b9dc20; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,220,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dc20


Comments

No comments written yet.

Please login to write comment.