Color Hex Logo

#b0bd53 Color Hex

#B0BD53
(176,189,83)
0 Favorites   0 Comments

Color spaces of #b0bd53

RGB 17618983
HSL0.190.450.53
HSV67°56°74°
CMYK 0.070.000.56   0.26
XYZ37.663446.249815.1257
Yxy46.24980.38030.4670
Hunter Lab68.0072-20.156734.4182
CIE-Lab73.7073-19.417951.0864

#b0bd53 color RGB value is (176,189,83).

#b0bd53 hex color red value is 176, green value is 189 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #b0bd53 hue: 0.19 , saturation: 0.45 and the lightness value of b0bd53 is 0.53.

The process color (four color CMYK) of #b0bd53 color hex is 0.07, 0.00, 0.56, 0.26. Web safe color of #b0bd53 is #99cc66. Color #b0bd53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10111101 01010011
Octal 260 275 123
Decimal 176 189 83
Hex B0 BD 53

RGB Percentages of Color #b0bd53

%39.29
%42.19
%18.53

CMYK Percentages of Color #b0bd53

%7
%0
%56
%26

Triadic Colors of #b0bd53

#b0bd53 #53b0bd #bd53b0

Analogous Colors of #b0bd53

#b0bd53 #7bbd53 #bd9553

Monochromatic Colors of #b0bd53

#b0bd53

Complementary Color

#b0bd53 #6053bd

#b0bd53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0bd53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0bd53 Color CSS Codes

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

#b0bd53 Text Font Color

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

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


#b0bd53 Background Color

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

This div background color is #b0bd53


#b0bd53 Border Color

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

This div border color is #b0bd53


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,189,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0bd53; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0bd53;
  -webkit-box-shadow: 1px 1px 3px 2px #b0bd53;
  box-shadow:         1px 1px 3px 2px #b0bd53; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,189,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0bd53

#b0bd53 Color Palettes


Comments

No comments written yet.

Please login to write comment.