Color Hex Logo

#bcb611 Color Hex

#BCB611
(188,182,17)
0 Favorites   0 Comments

Color spaces of #bcb611

RGB 18818217
HSL0.160.830.40
HSV58°91°74°
CMYK 0.000.030.91   0.26
XYZ37.568244.18777.0793
Yxy44.18770.42290.4974
Hunter Lab66.4738-15.448540.2174
CIE-Lab72.3538-13.893371.9124

#bcb611 color RGB value is (188,182,17).

#bcb611 hex color red value is 188, green value is 182 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #bcb611 hue: 0.16 , saturation: 0.83 and the lightness value of bcb611 is 0.40.

The process color (four color CMYK) of #bcb611 color hex is 0.00, 0.03, 0.91, 0.26. Web safe color of #bcb611 is #cccc00. Color #bcb611 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110110 00010001
Octal 274 266 21
Decimal 188 182 17
Hex BC B6 11

RGB Percentages of Color #bcb611

%48.58
%47.03
%4.39

CMYK Percentages of Color #bcb611

%0
%3
%91
%26

Triadic Colors of #bcb611

#bcb611 #11bcb6 #b611bc

Analogous Colors of #bcb611

#bcb611 #6dbc11 #bc6111

Monochromatic Colors of #bcb611

#bcb611

Complementary Color

#bcb611 #1117bc

#bcb611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb611 Color CSS Codes

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

#bcb611 Text Font Color

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

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


#bcb611 Background Color

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

This div background color is #bcb611


#bcb611 Border Color

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

This div border color is #bcb611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb611


Comments

No comments written yet.

Please login to write comment.