Color Hex Logo

#b9dc0d Color Hex

#B9DC0D
(185,220,13)
0 Favorites   0 Comments

Color spaces of #b9dc0d

RGB 18522013
HSL0.190.890.46
HSV70°94°86°
CMYK 0.160.000.94   0.14
XYZ45.673461.52979.8500
Yxy61.52970.39020.5257
Hunter Lab78.4409-33.337247.4634
CIE-Lab82.6627-33.638180.3262

#b9dc0d color RGB value is (185,220,13).

#b9dc0d hex color red value is 185, green value is 220 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #b9dc0d hue: 0.19 , saturation: 0.89 and the lightness value of b9dc0d is 0.46.

The process color (four color CMYK) of #b9dc0d color hex is 0.16, 0.00, 0.94, 0.14. Web safe color of #b9dc0d is #cccc00. Color #b9dc0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011100 00001101
Octal 271 334 15
Decimal 185 220 13
Hex B9 DC D

RGB Percentages of Color #b9dc0d

%44.26
%52.63
%3.11

CMYK Percentages of Color #b9dc0d

%16
%0
%94
%14

Triadic Colors of #b9dc0d

#b9dc0d #0db9dc #dc0db9

Analogous Colors of #b9dc0d

#b9dc0d #51dc0d #dc980d

Monochromatic Colors of #b9dc0d

#b9dc0d

Complementary Color

#b9dc0d #300ddc

#b9dc0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dc0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dc0d Color CSS Codes

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

#b9dc0d Text Font Color

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

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


#b9dc0d Background Color

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

This div background color is #b9dc0d


#b9dc0d Border Color

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

This div border color is #b9dc0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dc0d


Comments

No comments written yet.

Please login to write comment.