Color Hex Logo

#bcb80a Color Hex

#BCB80A
(188,184,10)
0 Favorites   0 Comments

Color spaces of #bcb80a

RGB 18818410
HSL0.160.900.39
HSV59°95°74°
CMYK 0.000.020.95   0.26
XYZ37.934344.99436.9726
Yxy44.99430.42200.5005
Hunter Lab67.0778-16.439640.7914
CIE-Lab72.8881-15.008573.2398

#bcb80a color RGB value is (188,184,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111000 00001010
Octal 274 270 12
Decimal 188 184 10
Hex BC B8 A

RGB Percentages of Color #bcb80a

%49.21
%48.17
%2.62

CMYK Percentages of Color #bcb80a

%0
%2
%95
%26

Triadic Colors of #bcb80a

#bcb80a #0abcb8 #b80abc

Analogous Colors of #bcb80a

#bcb80a #67bc0a #bc5f0a

Monochromatic Colors of #bcb80a

#bcb80a

Complementary Color

#bcb80a #0a0ebc

#bcb80a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb80a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb80a Color CSS Codes

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

#bcb80a Text Font Color

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

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


#bcb80a Background Color

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

This div background color is #bcb80a


#bcb80a Border Color

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

This div border color is #bcb80a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb80a


Comments

No comments written yet.

Please login to write comment.