Color Hex Logo

#bca635 Color Hex

#BCA635
(188,166,53)
0 Favorites   0 Comments

Color spaces of #bca635

RGB 18816653
HSL0.140.560.47
HSV50°72°74°
CMYK 0.000.120.72   0.26
XYZ35.017938.22088.8999
Yxy38.22080.42630.4653
Hunter Lab61.8230-7.083934.7408
CIE-Lab68.1830-4.414558.3461

#bca635 color RGB value is (188,166,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100110 00110101
Octal 274 246 65
Decimal 188 166 53
Hex BC A6 35

RGB Percentages of Color #bca635

%46.19
%40.79
%13.02

CMYK Percentages of Color #bca635

%0
%12
%72
%26

Triadic Colors of #bca635

#bca635 #35bca6 #a635bc

Analogous Colors of #bca635

#bca635 #8fbc35 #bc6335

Monochromatic Colors of #bca635

#bca635

Complementary Color

#bca635 #354bbc

#bca635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca635 Color CSS Codes

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

#bca635 Text Font Color

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

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


#bca635 Background Color

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

This div background color is #bca635


#bca635 Border Color

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

This div border color is #bca635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca635


Comments

No comments written yet.

Please login to write comment.