color codes Logo

#bca20f color codes

#BCA20F
(188,162,15)
0 Favorites   0 Comments

Color spaces of #bca20f

RGB 18816215
HSL0.140.850.40
HSV51°92°74°
CMYK 0.000.140.92   0.26
XYZ33.745636.56655.7314
Yxy36.56650.44380.4809
Hunter Lab60.4702-6.210536.7096
CIE-Lab66.9505-3.496768.0638

#bca20f color RGB value is (188,162,15).

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

The process color (four color CMYK) of #bca20f color code is 0.00, 0.14, 0.92, 0.26. Web safe color of #bca20f is #cc9900. Color #bca20f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100010 00001111
Octal 274 242 17
Decimal 188 162 15
Hex BC A2 F

RGB Percentages of Color #bca20f

%51.51
%44.38
%4.11

CMYK Percentages of Color #bca20f

%0
%14
%92
%26

Triadic Colors of #bca20f

#bca20f #0fbca2 #a20fbc

Analogous Colors of #bca20f

#bca20f #80bc0f #bc4c0f

Monochromatic Colors of #bca20f

#bca20f

Complementary Color

#bca20f #0f29bc

#bca20f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca20f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca20f Color CSS Codes

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

#bca20f Text Font Color

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

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


#bca20f Background Color

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

This div background color is #bca20f


#bca20f Border Color

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

This div border color is #bca20f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca20f


Comments

No comments written yet.

Please login to write comment.