Color Hex Logo

#bfbe58 Color Hex

#BFBE58
(191,190,88)
0 Favorites   0 Comments

Color spaces of #bfbe58

RGB 19119088
HSL0.170.450.55
HSV59°54°75°
CMYK 0.000.010.54   0.25
XYZ41.660848.607916.4190
Yxy48.60790.39050.4556
Hunter Lab69.7194-15.346234.8407
CIE-Lab75.2067-13.322550.7998

#bfbe58 color RGB value is (191,190,88).

#bfbe58 hex color red value is 191, green value is 190 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #bfbe58 hue: 0.17 , saturation: 0.45 and the lightness value of bfbe58 is 0.55.

The process color (four color CMYK) of #bfbe58 color hex is 0.00, 0.01, 0.54, 0.25. Web safe color of #bfbe58 is #cccc66. Color #bfbe58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111110 01011000
Octal 277 276 130
Decimal 191 190 88
Hex BF BE 58

RGB Percentages of Color #bfbe58

%40.72
%40.51
%18.76

CMYK Percentages of Color #bfbe58

%0
%1
%54
%25

Triadic Colors of #bfbe58

#bfbe58 #58bfbe #be58bf

Analogous Colors of #bfbe58

#bfbe58 #8dbf58 #bf8b58

Monochromatic Colors of #bfbe58

#bfbe58

Complementary Color

#bfbe58 #5859bf

#bfbe58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbe58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbe58 Color CSS Codes

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

#bfbe58 Text Font Color

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

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


#bfbe58 Background Color

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

This div background color is #bfbe58


#bfbe58 Border Color

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

This div border color is #bfbe58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbe58


Comments

No comments written yet.

Please login to write comment.