Color Hex Logo

#b4bf68 Color Hex

#B4BF68
(180,191,104)
0 Favorites   0 Comments

Color spaces of #b4bf68

RGB 180191104
HSL0.190.400.58
HSV68°46°75°
CMYK 0.060.000.46   0.25
XYZ39.951947.964420.2491
Yxy47.96440.36940.4434
Hunter Lab69.2563-18.227331.1443
CIE-Lab74.8025-16.845842.3965

#b4bf68 color RGB value is (180,191,104).

#b4bf68 hex color red value is 180, green value is 191 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #b4bf68 hue: 0.19 , saturation: 0.40 and the lightness value of b4bf68 is 0.58.

The process color (four color CMYK) of #b4bf68 color hex is 0.06, 0.00, 0.46, 0.25. Web safe color of #b4bf68 is #cccc66. Color #b4bf68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111111 01101000
Octal 264 277 150
Decimal 180 191 104
Hex B4 BF 68

RGB Percentages of Color #b4bf68

%37.89
%40.21
%21.89

CMYK Percentages of Color #b4bf68

%6
%0
%46
%25

Triadic Colors of #b4bf68

#b4bf68 #68b4bf #bf68b4

Analogous Colors of #b4bf68

#b4bf68 #89bf68 #bf9f68

Monochromatic Colors of #b4bf68

#b4bf68

Complementary Color

#b4bf68 #7368bf

#b4bf68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4bf68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4bf68 Color CSS Codes

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

#b4bf68 Text Font Color

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

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


#b4bf68 Background Color

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

This div background color is #b4bf68


#b4bf68 Border Color

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

This div border color is #b4bf68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4bf68


Comments

No comments written yet.

Please login to write comment.