Color Hex Logo

#b4bc17 Color Hex

#B4BC17
(180,188,23)
0 Favorites   0 Comments

Color spaces of #b4bc17

RGB 18018823
HSL0.170.780.41
HSV63°88°74°
CMYK 0.040.000.88   0.26
XYZ36.960345.73167.6897
Yxy45.73160.40890.5060
Hunter Lab67.6251-20.785440.5957
CIE-Lab73.3710-20.268071.4183

#b4bc17 color RGB value is (180,188,23).

#b4bc17 hex color red value is 180, green value is 188 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #b4bc17 hue: 0.17 , saturation: 0.78 and the lightness value of b4bc17 is 0.41.

The process color (four color CMYK) of #b4bc17 color hex is 0.04, 0.00, 0.88, 0.26. Web safe color of #b4bc17 is #cccc00. Color #b4bc17 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111100 00010111
Octal 264 274 27
Decimal 180 188 23
Hex B4 BC 17

RGB Percentages of Color #b4bc17

%46.04
%48.08
%5.88

CMYK Percentages of Color #b4bc17

%4
%0
%88
%26

Triadic Colors of #b4bc17

#b4bc17 #17b4bc #bc17b4

Analogous Colors of #b4bc17

#b4bc17 #62bc17 #bc7217

Monochromatic Colors of #b4bc17

#b4bc17

Complementary Color

#b4bc17 #1f17bc

#b4bc17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4bc17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4bc17 Color CSS Codes

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

#b4bc17 Text Font Color

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

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


#b4bc17 Background Color

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

This div background color is #b4bc17


#b4bc17 Border Color

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

This div border color is #b4bc17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4bc17


Comments

No comments written yet.

Please login to write comment.