Color Hex Logo

#bca834 Color Hex

#BCA834
(188,168,52)
0 Favorites   0 Comments

Color spaces of #bca834

RGB 18816852
HSL0.140.570.47
HSV51°72°74°
CMYK 0.000.110.72   0.26
XYZ35.361538.94468.9021
Yxy38.94460.42500.4680
Hunter Lab62.4056-8.064635.2263
CIE-Lab68.7111-5.522259.2494

#bca834 color RGB value is (188,168,52).

#bca834 hex color red value is 188, green value is 168 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #bca834 hue: 0.14 , saturation: 0.57 and the lightness value of bca834 is 0.47.

The process color (four color CMYK) of #bca834 color hex is 0.00, 0.11, 0.72, 0.26. Web safe color of #bca834 is #cc9933. Color #bca834 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101000 00110100
Octal 274 250 64
Decimal 188 168 52
Hex BC A8 34

RGB Percentages of Color #bca834

%46.08
%41.18
%12.75

CMYK Percentages of Color #bca834

%0
%11
%72
%26

Triadic Colors of #bca834

#bca834 #34bca8 #a834bc

Analogous Colors of #bca834

#bca834 #8cbc34 #bc6434

Monochromatic Colors of #bca834

#bca834

Complementary Color

#bca834 #3448bc

#bca834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca834 Color CSS Codes

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

#bca834 Text Font Color

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

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


#bca834 Background Color

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

This div background color is #bca834


#bca834 Border Color

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

This div border color is #bca834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca834


Comments

No comments written yet.

Please login to write comment.