Color Hex Logo

#bcb83f Color Hex

#BCB83F
(188,184,63)
0 Favorites   0 Comments

Color spaces of #bcb83f

RGB 18818463
HSL0.160.500.49
HSV58°66°74°
CMYK 0.000.020.66   0.26
XYZ38.776745.331211.4087
Yxy45.33120.40600.4746
Hunter Lab67.3284-15.020737.0833
CIE-Lab73.1094-13.257359.3492

#bcb83f color RGB value is (188,184,63).

#bcb83f hex color red value is 188, green value is 184 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bcb83f hue: 0.16 , saturation: 0.50 and the lightness value of bcb83f is 0.49.

The process color (four color CMYK) of #bcb83f color hex is 0.00, 0.02, 0.66, 0.26. Web safe color of #bcb83f is #cccc33. Color #bcb83f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111000 00111111
Octal 274 270 77
Decimal 188 184 63
Hex BC B8 3F

RGB Percentages of Color #bcb83f

%43.22
%42.30
%14.48

CMYK Percentages of Color #bcb83f

%0
%2
%66
%26

Triadic Colors of #bcb83f

#bcb83f #3fbcb8 #b83fbc

Analogous Colors of #bcb83f

#bcb83f #82bc3f #bc7a3f

Monochromatic Colors of #bcb83f

#bcb83f

Complementary Color

#bcb83f #3f43bc

#bcb83f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb83f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb83f Color CSS Codes

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

#bcb83f Text Font Color

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

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


#bcb83f Background Color

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

This div background color is #bcb83f


#bcb83f Border Color

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

This div border color is #bcb83f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb83f


Comments

No comments written yet.

Please login to write comment.