Color Hex Logo

#bcb23f Color Hex

#BCB23F
(188,178,63)
0 Favorites   0 Comments

Color spaces of #bcb23f

RGB 18817863
HSL0.150.500.49
HSV55°66°74°
CMYK 0.000.050.66   0.26
XYZ37.556642.891011.0020
Yxy42.89100.41070.4690
Hunter Lab65.4912-12.247035.8836
CIE-Lab71.4809-10.168857.6754

#bcb23f color RGB value is (188,178,63).

#bcb23f hex color red value is 188, green value is 178 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bcb23f hue: 0.15 , saturation: 0.50 and the lightness value of bcb23f is 0.49.

The process color (four color CMYK) of #bcb23f color hex is 0.00, 0.05, 0.66, 0.26. Web safe color of #bcb23f is #cc9933. Color #bcb23f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110010 00111111
Octal 274 262 77
Decimal 188 178 63
Hex BC B2 3F

RGB Percentages of Color #bcb23f

%43.82
%41.49
%14.69

CMYK Percentages of Color #bcb23f

%0
%5
%66
%26

Triadic Colors of #bcb23f

#bcb23f #3fbcb2 #b23fbc

Analogous Colors of #bcb23f

#bcb23f #88bc3f #bc743f

Monochromatic Colors of #bcb23f

#bcb23f

Complementary Color

#bcb23f #3f49bc

#bcb23f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb23f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb23f Color CSS Codes

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

#bcb23f Text Font Color

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

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


#bcb23f Background Color

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

This div background color is #bcb23f


#bcb23f Border Color

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

This div border color is #bcb23f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb23f


Comments

No comments written yet.

Please login to write comment.