color codes Logo

#bca302 color codes

#BCA302
(188,163,2)
0 Favorites   0 Comments

Color spaces of #bca302

RGB 1881632
HSL0.140.980.37
HSV52°99°74°
CMYK 0.000.130.99   0.26
XYZ33.847236.89015.3940
Yxy36.89010.44460.4846
Hunter Lab60.7372-6.816937.2506
CIE-Lab67.1945-4.193469.9851

#bca302 color RGB value is (188,163,2).

#bca302 hex color red value is 188, green value is 163 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #bca302 hue: 0.14 , saturation: 0.98 and the lightness value of bca302 is 0.37.

The process color (four color CMYK) of #bca302 color code is 0.00, 0.13, 0.99, 0.26. Web safe color of #bca302 is #cc9900. Color #bca302 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100011 00000010
Octal 274 243 2
Decimal 188 163 2
Hex BC A3 2

RGB Percentages of Color #bca302

%53.26
%46.18
%0.57

CMYK Percentages of Color #bca302

%0
%13
%99
%26

Triadic Colors of #bca302

#bca302 #02bca3 #a302bc

Analogous Colors of #bca302

#bca302 #78bc02 #bc4602

Monochromatic Colors of #bca302

#bca302

Complementary Color

#bca302 #021bbc

#bca302 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca302 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca302 Color CSS Codes

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

#bca302 Text Font Color

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

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


#bca302 Background Color

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

This div background color is #bca302


#bca302 Border Color

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

This div border color is #bca302


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca302


Comments

No comments written yet.

Please login to write comment.