Color Hex Logo

#bca24b Color Hex

#BCA24B
(188,162,75)
0 Favorites   0 Comments

Color spaces of #bca24b

RGB 18816275
HSL0.130.460.52
HSV46°60°74°
CMYK 0.000.140.60   0.26
XYZ34.929437.040011.9651
Yxy37.04000.41620.4413
Hunter Lab60.8605-4.060130.9460
CIE-Lab67.3070-0.940947.8365

#bca24b color RGB value is (188,162,75).

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

The process color (four color CMYK) of #bca24b color hex is 0.00, 0.14, 0.60, 0.26. Web safe color of #bca24b is #cc9933. Color #bca24b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100010 01001011
Octal 274 242 113
Decimal 188 162 75
Hex BC A2 4B

RGB Percentages of Color #bca24b

%44.24
%38.12
%17.65

CMYK Percentages of Color #bca24b

%0
%14
%60
%26

Triadic Colors of #bca24b

#bca24b #4bbca2 #a24bbc

Analogous Colors of #bca24b

#bca24b #9ebc4b #bc6a4b

Monochromatic Colors of #bca24b

#bca24b

Complementary Color

#bca24b #4b65bc

#bca24b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca24b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca24b Color CSS Codes

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

#bca24b Text Font Color

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

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


#bca24b Background Color

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

This div background color is #bca24b


#bca24b Border Color

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

This div border color is #bca24b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca24b


Comments

No comments written yet.

Please login to write comment.