Color Hex Logo

#bcb822 Color Hex

#BCB822
(188,184,34)
0 Favorites   0 Comments

Color spaces of #bcb822

RGB 18818434
HSL0.160.690.44
HSV58°82°74°
CMYK 0.000.020.82   0.26
XYZ38.168345.08788.2045
Yxy45.08780.41730.4930
Hunter Lab67.1474-16.044139.7588
CIE-Lab72.9497-14.518368.8867

#bcb822 color RGB value is (188,184,34).

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

The process color (four color CMYK) of #bcb822 color hex is 0.00, 0.02, 0.82, 0.26. Web safe color of #bcb822 is #cccc33. Color #bcb822 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111000 00100010
Octal 274 270 42
Decimal 188 184 34
Hex BC B8 22

RGB Percentages of Color #bcb822

%46.31
%45.32
%8.37

CMYK Percentages of Color #bcb822

%0
%2
%82
%26

Triadic Colors of #bcb822

#bcb822 #22bcb8 #b822bc

Analogous Colors of #bcb822

#bcb822 #73bc22 #bc6b22

Monochromatic Colors of #bcb822

#bcb822

Complementary Color

#bcb822 #2226bc

#bcb822 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb822 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb822 Color CSS Codes

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

#bcb822 Text Font Color

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

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


#bcb822 Background Color

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

This div background color is #bcb822


#bcb822 Border Color

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

This div border color is #bcb822


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,184,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 #bcb822">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb822


Comments

No comments written yet.

Please login to write comment.