Color Hex Logo

#bcb40a Color Hex

#BCB40A
(188,180,10)
0 Favorites   0 Comments

Color spaces of #bcb40a

RGB 18818010
HSL0.160.900.39
HSV57°95°74°
CMYK 0.000.040.95   0.26
XYZ37.115143.35586.6995
Yxy43.35580.42580.4974
Hunter Lab65.8451-14.613440.0590
CIE-Lab71.7958-12.969472.4150

#bcb40a color RGB value is (188,180,10).

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

The process color (four color CMYK) of #bcb40a color hex is 0.00, 0.04, 0.95, 0.26. Web safe color of #bcb40a is #cccc00. Color #bcb40a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110100 00001010
Octal 274 264 12
Decimal 188 180 10
Hex BC B4 A

RGB Percentages of Color #bcb40a

%49.74
%47.62
%2.65

CMYK Percentages of Color #bcb40a

%0
%4
%95
%26

Triadic Colors of #bcb40a

#bcb40a #0abcb4 #b40abc

Analogous Colors of #bcb40a

#bcb40a #6bbc0a #bc5b0a

Monochromatic Colors of #bcb40a

#bcb40a

Complementary Color

#bcb40a #0a12bc

#bcb40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb40a Color CSS Codes

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

#bcb40a Text Font Color

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

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


#bcb40a Background Color

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

This div background color is #bcb40a


#bcb40a Border Color

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

This div border color is #bcb40a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb40a


Comments

No comments written yet.

Please login to write comment.