Color Hex Logo

#bca73d Color Hex

#BCA73D
(188,167,61)
0 Favorites   0 Comments

Color spaces of #bca73d

RGB 18816761
HSL0.140.510.49
HSV50°68°74°
CMYK 0.000.110.68   0.26
XYZ35.400138.665710.0123
Yxy38.66570.42100.4599
Hunter Lab62.1817-7.197933.9805
CIE-Lab68.5084-4.517755.4318

#bca73d color RGB value is (188,167,61).

#bca73d hex color red value is 188, green value is 167 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bca73d hue: 0.14 , saturation: 0.51 and the lightness value of bca73d is 0.49.

The process color (four color CMYK) of #bca73d color hex is 0.00, 0.11, 0.68, 0.26. Web safe color of #bca73d is #cc9933. Color #bca73d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100111 00111101
Octal 274 247 75
Decimal 188 167 61
Hex BC A7 3D

RGB Percentages of Color #bca73d

%45.19
%40.14
%14.66

CMYK Percentages of Color #bca73d

%0
%11
%68
%26

Triadic Colors of #bca73d

#bca73d #3dbca7 #a73dbc

Analogous Colors of #bca73d

#bca73d #92bc3d #bc683d

Monochromatic Colors of #bca73d

#bca73d

Complementary Color

#bca73d #3d52bc

#bca73d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca73d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca73d Color CSS Codes

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

#bca73d Text Font Color

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

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


#bca73d Background Color

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

This div background color is #bca73d


#bca73d Border Color

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

This div border color is #bca73d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca73d


Comments

No comments written yet.

Please login to write comment.