Color Hex Logo

#bca805 Color Hex

#BCA805
(188,168,5)
0 Favorites   0 Comments

Color spaces of #bca805

RGB 1881685
HSL0.150.950.38
HSV53°97°74°
CMYK 0.000.110.97   0.26
XYZ34.769138.70765.7824
Yxy38.70760.43870.4884
Hunter Lab62.2154-9.122338.0403
CIE-Lab68.5389-6.799570.5807

#bca805 color RGB value is (188,168,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101000 00000101
Octal 274 250 5
Decimal 188 168 5
Hex BC A8 5

RGB Percentages of Color #bca805

%52.08
%46.54
%1.39

CMYK Percentages of Color #bca805

%0
%11
%97
%26

Triadic Colors of #bca805

#bca805 #05bca8 #a805bc

Analogous Colors of #bca805

#bca805 #75bc05 #bc4d05

Monochromatic Colors of #bca805

#bca805

Complementary Color

#bca805 #0519bc

#bca805 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca805 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca805 Color CSS Codes

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

#bca805 Text Font Color

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

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


#bca805 Background Color

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

This div background color is #bca805


#bca805 Border Color

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

This div border color is #bca805


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,168,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 #bca805">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca805


Comments

No comments written yet.

Please login to write comment.