Color Hex Logo

#b8bc74 Color Hex

#B8BC74
(184,188,116)
0 Favorites   0 Comments

Color spaces of #b8bc74

RGB 184188116
HSL0.180.350.60
HSV63°38°74°
CMYK 0.020.000.38   0.26
XYZ40.902847.417723.5197
Yxy47.41770.36570.4240
Hunter Lab68.8605-14.477827.9515
CIE-Lab74.4562-12.404835.9572

#b8bc74 color RGB value is (184,188,116).

#b8bc74 hex color red value is 184, green value is 188 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #b8bc74 hue: 0.18 , saturation: 0.35 and the lightness value of b8bc74 is 0.60.

The process color (four color CMYK) of #b8bc74 color hex is 0.02, 0.00, 0.38, 0.26. Web safe color of #b8bc74 is #cccc66. Color #b8bc74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111100 01110100
Octal 270 274 164
Decimal 184 188 116
Hex B8 BC 74

RGB Percentages of Color #b8bc74

%37.70
%38.52
%23.77

CMYK Percentages of Color #b8bc74

%2
%0
%38
%26

Triadic Colors of #b8bc74

#b8bc74 #74b8bc #bc74b8

Analogous Colors of #b8bc74

#b8bc74 #94bc74 #bc9c74

Monochromatic Colors of #b8bc74

#b8bc74

Complementary Color

#b8bc74 #7874bc

#b8bc74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8bc74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8bc74 Color CSS Codes

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

#b8bc74 Text Font Color

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

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


#b8bc74 Background Color

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

This div background color is #b8bc74


#b8bc74 Border Color

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

This div border color is #b8bc74


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,188,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8bc74; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8bc74;
  -webkit-box-shadow: 1px 1px 3px 2px #b8bc74;
  box-shadow:         1px 1px 3px 2px #b8bc74; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,188,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8bc74


Comments

No comments written yet.

Please login to write comment.