Color Hex Logo

#bcb216 Color Hex

#BCB216
(188,178,22)
0 Favorites   0 Comments

Color spaces of #bcb216

RGB 18817822
HSL0.160.790.41
HSV56°88°74°
CMYK 0.000.050.88   0.26
XYZ36.804342.59017.0400
Yxy42.59010.42580.4927
Hunter Lab65.2611-13.541039.2869
CIE-Lab71.2759-11.751370.2030

#bcb216 color RGB value is (188,178,22).

#bcb216 hex color red value is 188, green value is 178 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #bcb216 hue: 0.16 , saturation: 0.79 and the lightness value of bcb216 is 0.41.

The process color (four color CMYK) of #bcb216 color hex is 0.00, 0.05, 0.88, 0.26. Web safe color of #bcb216 is #cc9900. Color #bcb216 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110010 00010110
Octal 274 262 26
Decimal 188 178 22
Hex BC B2 16

RGB Percentages of Color #bcb216

%48.45
%45.88
%5.67

CMYK Percentages of Color #bcb216

%0
%5
%88
%26

Triadic Colors of #bcb216

#bcb216 #16bcb2 #b216bc

Analogous Colors of #bcb216

#bcb216 #73bc16 #bc5f16

Monochromatic Colors of #bcb216

#bcb216

Complementary Color

#bcb216 #1620bc

#bcb216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb216 Color CSS Codes

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

#bcb216 Text Font Color

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

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


#bcb216 Background Color

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

This div background color is #bcb216


#bcb216 Border Color

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

This div border color is #bcb216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb216


Comments

No comments written yet.

Please login to write comment.