Color Hex Logo

#bcb926 Color Hex

#BCB926
(188,185,38)
0 Favorites   0 Comments

Color spaces of #bcb926

RGB 18818538
HSL0.160.660.44
HSV59°80°74°
CMYK 0.000.020.80   0.26
XYZ38.437945.52928.5959
Yxy45.52920.41530.4919
Hunter Lab67.4753-16.397839.6796
CIE-Lab73.2390-14.898968.0630

#bcb926 color RGB value is (188,185,38).

#bcb926 hex color red value is 188, green value is 185 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #bcb926 hue: 0.16 , saturation: 0.66 and the lightness value of bcb926 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111001 00100110
Octal 274 271 46
Decimal 188 185 38
Hex BC B9 26

RGB Percentages of Color #bcb926

%45.74
%45.01
%9.25

CMYK Percentages of Color #bcb926

%0
%2
%80
%26

Triadic Colors of #bcb926

#bcb926 #26bcb9 #b926bc

Analogous Colors of #bcb926

#bcb926 #74bc26 #bc6e26

Monochromatic Colors of #bcb926

#bcb926

Complementary Color

#bcb926 #2629bc

#bcb926 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb926 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb926 Color CSS Codes

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

#bcb926 Text Font Color

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

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


#bcb926 Background Color

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

This div background color is #bcb926


#bcb926 Border Color

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

This div border color is #bcb926


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,185,38, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb926


Comments

No comments written yet.

Please login to write comment.