Color Hex Logo

#bfb75d Color Hex

#BFB75D
(191,183,93)
0 Favorites   0 Comments

Color spaces of #bfb75d

RGB 19118393
HSL0.150.430.56
HSV55°51°75°
CMYK 0.000.040.51   0.25
XYZ40.395145.733717.0544
Yxy45.73370.39150.4432
Hunter Lab67.6267-11.724232.3867
CIE-Lab73.3724-9.301846.2812

#bfb75d color RGB value is (191,183,93).

#bfb75d hex color red value is 191, green value is 183 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bfb75d hue: 0.15 , saturation: 0.43 and the lightness value of bfb75d is 0.56.

The process color (four color CMYK) of #bfb75d color hex is 0.00, 0.04, 0.51, 0.25. Web safe color of #bfb75d is #cccc66. Color #bfb75d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110111 01011101
Octal 277 267 135
Decimal 191 183 93
Hex BF B7 5D

RGB Percentages of Color #bfb75d

%40.90
%39.19
%19.91

CMYK Percentages of Color #bfb75d

%0
%4
%51
%25

Triadic Colors of #bfb75d

#bfb75d #5dbfb7 #b75dbf

Analogous Colors of #bfb75d

#bfb75d #96bf5d #bf865d

Monochromatic Colors of #bfb75d

#bfb75d

Complementary Color

#bfb75d #5d65bf

#bfb75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb75d Color CSS Codes

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

#bfb75d Text Font Color

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

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


#bfb75d Background Color

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

This div background color is #bfb75d


#bfb75d Border Color

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

This div border color is #bfb75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb75d


Comments

No comments written yet.

Please login to write comment.