Color Hex Logo

#bca24f Color Hex

#BCA24F
(188,162,79)
0 Favorites   0 Comments

Color spaces of #bca24f

RGB 18816279
HSL0.130.450.52
HSV46°58°74°
CMYK 0.000.140.58   0.26
XYZ35.070737.096512.7091
Yxy37.09650.41320.4371
Hunter Lab60.9069-3.805330.2631
CIE-Lab67.3494-0.641145.9637

#bca24f color RGB value is (188,162,79).

#bca24f hex color red value is 188, green value is 162 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bca24f hue: 0.13 , saturation: 0.45 and the lightness value of bca24f is 0.52.

The process color (four color CMYK) of #bca24f color hex is 0.00, 0.14, 0.58, 0.26. Web safe color of #bca24f is #cc9966. Color #bca24f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100010 01001111
Octal 274 242 117
Decimal 188 162 79
Hex BC A2 4F

RGB Percentages of Color #bca24f

%43.82
%37.76
%18.41

CMYK Percentages of Color #bca24f

%0
%14
%58
%26

Triadic Colors of #bca24f

#bca24f #4fbca2 #a24fbc

Analogous Colors of #bca24f

#bca24f #a0bc4f #bc6c4f

Monochromatic Colors of #bca24f

#bca24f

Complementary Color

#bca24f #4f69bc

#bca24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca24f Color CSS Codes

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

#bca24f Text Font Color

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

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


#bca24f Background Color

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

This div background color is #bca24f


#bca24f Border Color

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

This div border color is #bca24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca24f


Comments

No comments written yet.

Please login to write comment.