Color Hex Logo

#bfb23f Color Hex

#BFB23F
(191,178,63)
0 Favorites   0 Comments

Color spaces of #bfb23f

RGB 19117863
HSL0.150.500.50
HSV54°67°75°
CMYK 0.000.070.67   0.25
XYZ38.303543.276011.0369
Yxy43.27600.41360.4673
Hunter Lab65.7845-11.190036.1019
CIE-Lab71.7419-8.877458.0270

#bfb23f color RGB value is (191,178,63).

#bfb23f hex color red value is 191, green value is 178 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bfb23f hue: 0.15 , saturation: 0.50 and the lightness value of bfb23f is 0.50.

The process color (four color CMYK) of #bfb23f color hex is 0.00, 0.07, 0.67, 0.25. Web safe color of #bfb23f is #cc9933. Color #bfb23f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110010 00111111
Octal 277 262 77
Decimal 191 178 63
Hex BF B2 3F

RGB Percentages of Color #bfb23f

%44.21
%41.20
%14.58

CMYK Percentages of Color #bfb23f

%0
%7
%67
%25

Triadic Colors of #bfb23f

#bfb23f #3fbfb2 #b23fbf

Analogous Colors of #bfb23f

#bfb23f #8cbf3f #bf723f

Monochromatic Colors of #bfb23f

#bfb23f

Complementary Color

#bfb23f #3f4cbf

#bfb23f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb23f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb23f Color CSS Codes

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

#bfb23f Text Font Color

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

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


#bfb23f Background Color

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

This div background color is #bfb23f


#bfb23f Border Color

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

This div border color is #bfb23f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb23f


Comments

No comments written yet.

Please login to write comment.