Color Hex Logo

#bcb953 Color Hex

#BCB953
(188,185,83)
0 Favorites   0 Comments

Color spaces of #bcb953

RGB 18818583
HSL0.160.440.53
HSV58°56°74°
CMYK 0.000.020.56   0.26
XYZ39.649346.013814.9754
Yxy46.01380.39400.4572
Hunter Lab67.8335-14.373734.3941
CIE-Lab73.5545-12.414651.1671

#bcb953 color RGB value is (188,185,83).

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

The process color (four color CMYK) of #bcb953 color hex is 0.00, 0.02, 0.56, 0.26. Web safe color of #bcb953 is #cccc66. Color #bcb953 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111001 01010011
Octal 274 271 123
Decimal 188 185 83
Hex BC B9 53

RGB Percentages of Color #bcb953

%41.23
%40.57
%18.20

CMYK Percentages of Color #bcb953

%0
%2
%56
%26

Triadic Colors of #bcb953

#bcb953 #53bcb9 #b953bc

Analogous Colors of #bcb953

#bcb953 #8bbc53 #bc8553

Monochromatic Colors of #bcb953

#bcb953

Complementary Color

#bcb953 #5356bc

#bcb953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb953 Color CSS Codes

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

#bcb953 Text Font Color

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

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


#bcb953 Background Color

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

This div background color is #bcb953


#bcb953 Border Color

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

This div border color is #bcb953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb953


Comments

No comments written yet.

Please login to write comment.