Color Hex Logo

#bcb022 Color Hex

#BCB022
(188,176,34)
0 Favorites   0 Comments

Color spaces of #bcb022

RGB 18817634
HSL0.150.690.44
HSV55°82°74°
CMYK 0.000.060.82   0.26
XYZ36.553141.85757.6661
Yxy41.85750.42470.4863
Hunter Lab64.6974-12.370438.2628
CIE-Lab70.7726-10.412967.0228

#bcb022 color RGB value is (188,176,34).

#bcb022 hex color red value is 188, green value is 176 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #bcb022 hue: 0.15 , saturation: 0.69 and the lightness value of bcb022 is 0.44.

The process color (four color CMYK) of #bcb022 color hex is 0.00, 0.06, 0.82, 0.26. Web safe color of #bcb022 is #cc9933. Color #bcb022 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110000 00100010
Octal 274 260 42
Decimal 188 176 34
Hex BC B0 22

RGB Percentages of Color #bcb022

%47.24
%44.22
%8.54

CMYK Percentages of Color #bcb022

%0
%6
%82
%26

Triadic Colors of #bcb022

#bcb022 #22bcb0 #b022bc

Analogous Colors of #bcb022

#bcb022 #7bbc22 #bc6322

Monochromatic Colors of #bcb022

#bcb022

Complementary Color

#bcb022 #222ebc

#bcb022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb022 Color CSS Codes

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

#bcb022 Text Font Color

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

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


#bcb022 Background Color

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

This div background color is #bcb022


#bcb022 Border Color

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

This div border color is #bcb022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb022


Comments

No comments written yet.

Please login to write comment.