Color Hex Logo

#bca20d Color Hex

#BCA20D
(188,162,13)
0 Favorites   0 Comments

Color spaces of #bca20d

RGB 18816213
HSL0.140.870.39
HSV51°93°74°
CMYK 0.000.140.93   0.26
XYZ33.732036.56115.6599
Yxy36.56110.44410.4814
Hunter Lab60.4658-6.235436.7762
CIE-Lab66.9464-3.526768.3697

#bca20d color RGB value is (188,162,13).

#bca20d hex color red value is 188, green value is 162 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bca20d hue: 0.14 , saturation: 0.87 and the lightness value of bca20d is 0.39.

The process color (four color CMYK) of #bca20d color hex is 0.00, 0.14, 0.93, 0.26. Web safe color of #bca20d is #cc9900. Color #bca20d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100010 00001101
Octal 274 242 15
Decimal 188 162 13
Hex BC A2 D

RGB Percentages of Color #bca20d

%51.79
%44.63
%3.58

CMYK Percentages of Color #bca20d

%0
%14
%93
%26

Triadic Colors of #bca20d

#bca20d #0dbca2 #a20dbc

Analogous Colors of #bca20d

#bca20d #7fbc0d #bc4b0d

Monochromatic Colors of #bca20d

#bca20d

Complementary Color

#bca20d #0d27bc

#bca20d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca20d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca20d Color CSS Codes

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

#bca20d Text Font Color

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

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


#bca20d Background Color

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

This div background color is #bca20d


#bca20d Border Color

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

This div border color is #bca20d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca20d


Comments

No comments written yet.

Please login to write comment.