Color Hex Logo

#bcbd0e Color Hex

#BCBD0E
(188,189,14)
0 Favorites   0 Comments

Color spaces of #bcbd0e

RGB 18818914
HSL0.170.860.40
HSV60°93°74°
CMYK 0.010.000.93   0.26
XYZ39.015947.11837.4538
Yxy47.11830.41690.5035
Hunter Lab68.6428-18.667141.6117
CIE-Lab74.2654-17.478973.8144

#bcbd0e color RGB value is (188,189,14).

#bcbd0e hex color red value is 188, green value is 189 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bcbd0e hue: 0.17 , saturation: 0.86 and the lightness value of bcbd0e is 0.40.

The process color (four color CMYK) of #bcbd0e color hex is 0.01, 0.00, 0.93, 0.26. Web safe color of #bcbd0e is #cccc00. Color #bcbd0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 00001110
Octal 274 275 16
Decimal 188 189 14
Hex BC BD E

RGB Percentages of Color #bcbd0e

%48.08
%48.34
%3.58

CMYK Percentages of Color #bcbd0e

%1
%0
%93
%26

Triadic Colors of #bcbd0e

#bcbd0e #0ebcbd #bd0ebc

Analogous Colors of #bcbd0e

#bcbd0e #65bd0e #bd670e

Monochromatic Colors of #bcbd0e

#bcbd0e

Complementary Color

#bcbd0e #0f0ebd

#bcbd0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbd0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbd0e Color CSS Codes

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

#bcbd0e Text Font Color

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

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


#bcbd0e Background Color

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

This div background color is #bcbd0e


#bcbd0e Border Color

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

This div border color is #bcbd0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbd0e


Comments

No comments written yet.

Please login to write comment.