Color Hex Logo

#bcb65d Color Hex

#BCB65D
(188,182,93)
0 Favorites   0 Comments

Color spaces of #bcb65d

RGB 18818293
HSL0.160.410.55
HSV56°51°74°
CMYK 0.000.030.51   0.26
XYZ39.442844.937616.9509
Yxy44.93760.38920.4435
Hunter Lab67.0355-12.285131.9325
CIE-Lab72.8508-10.031145.6004

#bcb65d color RGB value is (188,182,93).

#bcb65d hex color red value is 188, green value is 182 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bcb65d hue: 0.16 , saturation: 0.41 and the lightness value of bcb65d is 0.55.

The process color (four color CMYK) of #bcb65d color hex is 0.00, 0.03, 0.51, 0.26. Web safe color of #bcb65d is #cccc66. Color #bcb65d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110110 01011101
Octal 274 266 135
Decimal 188 182 93
Hex BC B6 5D

RGB Percentages of Color #bcb65d

%40.60
%39.31
%20.09

CMYK Percentages of Color #bcb65d

%0
%3
%51
%26

Triadic Colors of #bcb65d

#bcb65d #5dbcb6 #b65dbc

Analogous Colors of #bcb65d

#bcb65d #93bc5d #bc875d

Monochromatic Colors of #bcb65d

#bcb65d

Complementary Color

#bcb65d #5d63bc

#bcb65d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb65d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb65d Color CSS Codes

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

#bcb65d Text Font Color

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

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


#bcb65d Background Color

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

This div background color is #bcb65d


#bcb65d Border Color

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

This div border color is #bcb65d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb65d


Comments

No comments written yet.

Please login to write comment.