Color Hex Logo

#bcb41e Color Hex

#BCB41E
(188,180,30)
0 Favorites   0 Comments

Color spaces of #bcb41e

RGB 18818030
HSL0.160.720.43
HSV57°84°74°
CMYK 0.000.040.84   0.26
XYZ37.294643.42767.6450
Yxy43.42760.42200.4914
Hunter Lab65.8996-14.305839.2515
CIE-Lab71.8442-12.590068.9464

#bcb41e color RGB value is (188,180,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110100 00011110
Octal 274 264 36
Decimal 188 180 30
Hex BC B4 1E

RGB Percentages of Color #bcb41e

%47.24
%45.23
%7.54

CMYK Percentages of Color #bcb41e

%0
%4
%84
%26

Triadic Colors of #bcb41e

#bcb41e #1ebcb4 #b41ebc

Analogous Colors of #bcb41e

#bcb41e #75bc1e #bc651e

Monochromatic Colors of #bcb41e

#bcb41e

Complementary Color

#bcb41e #1e26bc

#bcb41e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb41e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb41e Color CSS Codes

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

#bcb41e Text Font Color

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

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


#bcb41e Background Color

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

This div background color is #bcb41e


#bcb41e Border Color

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

This div border color is #bcb41e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb41e


Comments

No comments written yet.

Please login to write comment.