Color Hex Logo

#bcbf53 Color Hex

#BCBF53
(188,191,83)
0 Favorites   0 Comments

Color spaces of #bcbf53

RGB 18819183
HSL0.170.460.54
HSV62°57°75°
CMYK 0.020.000.57   0.25
XYZ40.931248.577515.4027
Yxy48.57750.39020.4630
Hunter Lab69.6976-17.143335.6856
CIE-Lab75.1877-15.470853.0103

#bcbf53 color RGB value is (188,191,83).

#bcbf53 hex color red value is 188, green value is 191 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #bcbf53 hue: 0.17 , saturation: 0.46 and the lightness value of bcbf53 is 0.54.

The process color (four color CMYK) of #bcbf53 color hex is 0.02, 0.00, 0.57, 0.25. Web safe color of #bcbf53 is #cccc66. Color #bcbf53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111111 01010011
Octal 274 277 123
Decimal 188 191 83
Hex BC BF 53

RGB Percentages of Color #bcbf53

%40.69
%41.34
%17.97

CMYK Percentages of Color #bcbf53

%2
%0
%57
%25

Triadic Colors of #bcbf53

#bcbf53 #53bcbf #bf53bc

Analogous Colors of #bcbf53

#bcbf53 #86bf53 #bf8c53

Monochromatic Colors of #bcbf53

#bcbf53

Complementary Color

#bcbf53 #5653bf

#bcbf53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbf53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbf53 Color CSS Codes

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

#bcbf53 Text Font Color

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

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


#bcbf53 Background Color

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

This div background color is #bcbf53


#bcbf53 Border Color

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

This div border color is #bcbf53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbf53


Comments

No comments written yet.

Please login to write comment.