Color Hex Logo

#b8b417 Color Hex

#B8B417
(184,180,23)
0 Favorites   0 Comments

Color spaces of #b8b417

RGB 18418023
HSL0.160.780.41
HSV59°88°72°
CMYK 0.000.020.88   0.28
XYZ36.243142.89477.1799
Yxy42.89470.41990.4969
Hunter Lab65.4940-15.836239.3461
CIE-Lab71.4834-14.507970.0326

#b8b417 color RGB value is (184,180,23).

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

The process color (four color CMYK) of #b8b417 color hex is 0.00, 0.02, 0.88, 0.28. Web safe color of #b8b417 is #cccc00. Color #b8b417 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10110100 00010111
Octal 270 264 27
Decimal 184 180 23
Hex B8 B4 17

RGB Percentages of Color #b8b417

%47.55
%46.51
%5.94

CMYK Percentages of Color #b8b417

%0
%2
%88
%28

Triadic Colors of #b8b417

#b8b417 #17b8b4 #b417b8

Analogous Colors of #b8b417

#b8b417 #6cb817 #b86417

Monochromatic Colors of #b8b417

#b8b417

Complementary Color

#b8b417 #171bb8

#b8b417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8b417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8b417 Color CSS Codes

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

#b8b417 Text Font Color

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

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


#b8b417 Background Color

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

This div background color is #b8b417


#b8b417 Border Color

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

This div border color is #b8b417


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,180,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 #b8b417">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8b417


Comments

No comments written yet.

Please login to write comment.