color codes Logo

#b4be3d color codes

#B4BE3D
(180,190,61)
0 Favorites   0 Comments

Color spaces of #b4be3d

RGB 18019061
HSL0.180.510.49
HSV65°68°75°
CMYK 0.050.000.68   0.25
XYZ38.078246.867111.4542
Yxy46.86710.39500.4862
Hunter Lab68.4596-20.519938.0017
CIE-Lab74.1047-19.787360.9399

#b4be3d color RGB value is (180,190,61).

#b4be3d hex color red value is 180, green value is 190 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #b4be3d hue: 0.18 , saturation: 0.51 and the lightness value of b4be3d is 0.49.

The process color (four color CMYK) of #b4be3d color code is 0.05, 0.00, 0.68, 0.25. Web safe color of #b4be3d is #cccc33. Color #b4be3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111110 00111101
Octal 264 276 75
Decimal 180 190 61
Hex B4 BE 3D

RGB Percentages of Color #b4be3d

%41.76
%44.08
%14.15

CMYK Percentages of Color #b4be3d

%5
%0
%68
%25

Triadic Colors of #b4be3d

#b4be3d #3db4be #be3db4

Analogous Colors of #b4be3d

#b4be3d #74be3d #be883d

Monochromatic Colors of #b4be3d

#b4be3d

Complementary Color

#b4be3d #473dbe

#b4be3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4be3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4be3d Color CSS Codes

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

#b4be3d Text Font Color

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

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


#b4be3d Background Color

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

This div background color is #b4be3d


#b4be3d Border Color

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

This div border color is #b4be3d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,190,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4be3d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4be3d;
  -webkit-box-shadow: 1px 1px 3px 2px #b4be3d;
  box-shadow:         1px 1px 3px 2px #b4be3d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,190,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4be3d


Comments

No comments written yet.

Please login to write comment.