Color Hex Logo

#bcb438 Color Hex

#BCB438
(188,180,56)
0 Favorites   0 Comments

Color spaces of #bcb438

RGB 18818056
HSL0.160.540.48
HSV56°70°74°
CMYK 0.000.040.70   0.26
XYZ37.774143.619410.1699
Yxy43.61940.41250.4764
Hunter Lab66.0450-13.486537.1018
CIE-Lab71.9734-11.584560.9347

#bcb438 color RGB value is (188,180,56).

#bcb438 hex color red value is 188, green value is 180 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #bcb438 hue: 0.16 , saturation: 0.54 and the lightness value of bcb438 is 0.48.

The process color (four color CMYK) of #bcb438 color hex is 0.00, 0.04, 0.70, 0.26. Web safe color of #bcb438 is #cccc33. Color #bcb438 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110100 00111000
Octal 274 264 70
Decimal 188 180 56
Hex BC B4 38

RGB Percentages of Color #bcb438

%44.34
%42.45
%13.21

CMYK Percentages of Color #bcb438

%0
%4
%70
%26

Triadic Colors of #bcb438

#bcb438 #38bcb4 #b438bc

Analogous Colors of #bcb438

#bcb438 #82bc38 #bc7238

Monochromatic Colors of #bcb438

#bcb438

Complementary Color

#bcb438 #3840bc

#bcb438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb438 Color CSS Codes

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

#bcb438 Text Font Color

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

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


#bcb438 Background Color

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

This div background color is #bcb438


#bcb438 Border Color

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

This div border color is #bcb438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb438


Comments

No comments written yet.

Please login to write comment.