Color Hex Logo

#bca213 Color Hex

#BCA213
(188,162,19)
0 Favorites   0 Comments

Color spaces of #bca213

RGB 18816219
HSL0.140.820.41
HSV51°90°74°
CMYK 0.000.140.90   0.26
XYZ33.776936.57905.8963
Yxy36.57900.44300.4797
Hunter Lab60.4806-6.153236.5562
CIE-Lab66.9600-3.428067.3680

#bca213 color RGB value is (188,162,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100010 00010011
Octal 274 242 23
Decimal 188 162 19
Hex BC A2 13

RGB Percentages of Color #bca213

%50.95
%43.90
%5.15

CMYK Percentages of Color #bca213

%0
%14
%90
%26

Triadic Colors of #bca213

#bca213 #13bca2 #a213bc

Analogous Colors of #bca213

#bca213 #82bc13 #bc4d13

Monochromatic Colors of #bca213

#bca213

Complementary Color

#bca213 #132dbc

#bca213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca213 Color CSS Codes

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

#bca213 Text Font Color

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

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


#bca213 Background Color

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

This div background color is #bca213


#bca213 Border Color

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

This div border color is #bca213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca213


Comments

No comments written yet.

Please login to write comment.