Color Hex Logo

#bcba20 Color Hex

#BCBA20
(188,186,32)
0 Favorites   0 Comments

Color spaces of #bcba20

RGB 18818632
HSL0.160.710.43
HSV59°83°74°
CMYK 0.000.010.83   0.26
XYZ38.558745.91358.1964
Yxy45.91350.41610.4955
Hunter Lab67.7595-17.003340.2597
CIE-Lab73.4894-15.591269.8450

#bcba20 color RGB value is (188,186,32).

#bcba20 hex color red value is 188, green value is 186 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #bcba20 hue: 0.16 , saturation: 0.71 and the lightness value of bcba20 is 0.43.

The process color (four color CMYK) of #bcba20 color hex is 0.00, 0.01, 0.83, 0.26. Web safe color of #bcba20 is #cccc33. Color #bcba20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111010 00100000
Octal 274 272 40
Decimal 188 186 32
Hex BC BA 20

RGB Percentages of Color #bcba20

%46.31
%45.81
%7.88

CMYK Percentages of Color #bcba20

%0
%1
%83
%26

Triadic Colors of #bcba20

#bcba20 #20bcba #ba20bc

Analogous Colors of #bcba20

#bcba20 #70bc20 #bc6c20

Monochromatic Colors of #bcba20

#bcba20

Complementary Color

#bcba20 #2022bc

#bcba20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcba20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcba20 Color CSS Codes

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

#bcba20 Text Font Color

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

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


#bcba20 Background Color

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

This div background color is #bcba20


#bcba20 Border Color

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

This div border color is #bcba20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcba20


Comments

No comments written yet.

Please login to write comment.