Color Hex Logo

#bca405 Color Hex

#BCA405
(188,164,5)
0 Favorites   0 Comments

Color spaces of #bca405

RGB 1881645
HSL0.140.950.38
HSV52°97°74°
CMYK 0.000.130.97   0.26
XYZ34.041937.25325.5400
Yxy37.25320.44310.4848
Hunter Lab61.0354-7.255337.3432
CIE-Lab67.4666-4.687869.7973

#bca405 color RGB value is (188,164,5).

#bca405 hex color red value is 188, green value is 164 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #bca405 hue: 0.14 , saturation: 0.95 and the lightness value of bca405 is 0.38.

The process color (four color CMYK) of #bca405 color hex is 0.00, 0.13, 0.97, 0.26. Web safe color of #bca405 is #cc9900. Color #bca405 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100100 00000101
Octal 274 244 5
Decimal 188 164 5
Hex BC A4 5

RGB Percentages of Color #bca405

%52.66
%45.94
%1.40

CMYK Percentages of Color #bca405

%0
%13
%97
%26

Triadic Colors of #bca405

#bca405 #05bca4 #a405bc

Analogous Colors of #bca405

#bca405 #79bc05 #bc4905

Monochromatic Colors of #bca405

#bca405

Complementary Color

#bca405 #051dbc

#bca405 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca405 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca405 Color CSS Codes

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

#bca405 Text Font Color

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

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


#bca405 Background Color

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

This div background color is #bca405


#bca405 Border Color

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

This div border color is #bca405


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca405


Comments

No comments written yet.

Please login to write comment.