Color Hex Logo

#b9cd32 Color Hex

#B9CD32
(185,205,50)
0 Favorites   0 Comments

Color spaces of #b9cd32

RGB 18520550
HSL0.190.610.50
HSV68°76°80°
CMYK 0.100.000.76   0.20
XYZ42.414654.207211.2452
Yxy54.20720.39320.5025
Hunter Lab73.6255-26.013442.4822
CIE-Lab78.5824-25.595769.2379

#b9cd32 color RGB value is (185,205,50).

#b9cd32 hex color red value is 185, green value is 205 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #b9cd32 hue: 0.19 , saturation: 0.61 and the lightness value of b9cd32 is 0.50.

The process color (four color CMYK) of #b9cd32 color hex is 0.10, 0.00, 0.76, 0.20. Web safe color of #b9cd32 is #cccc33. Color #b9cd32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001101 00110010
Octal 271 315 62
Decimal 185 205 50
Hex B9 CD 32

RGB Percentages of Color #b9cd32

%42.05
%46.59
%11.36

CMYK Percentages of Color #b9cd32

%10
%0
%76
%20

Triadic Colors of #b9cd32

#b9cd32 #32b9cd #cd32b9

Analogous Colors of #b9cd32

#b9cd32 #6ccd32 #cd9432

Monochromatic Colors of #b9cd32

#b9cd32

Complementary Color

#b9cd32 #4632cd

#b9cd32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cd32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cd32 Color CSS Codes

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

#b9cd32 Text Font Color

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

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


#b9cd32 Background Color

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

This div background color is #b9cd32


#b9cd32 Border Color

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

This div border color is #b9cd32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cd32


Comments

No comments written yet.

Please login to write comment.