Color Hex Logo

#bca22b Color Hex

#BCA22B
(188,162,43)
0 Favorites   0 Comments

Color spaces of #bca22b

RGB 18816243
HSL0.140.630.45
HSV49°77°74°
CMYK 0.000.140.77   0.26
XYZ34.095436.70647.5735
Yxy36.70640.43500.4683
Hunter Lab60.5858-5.572134.9985
CIE-Lab67.0562-2.733060.9491

#bca22b color RGB value is (188,162,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100010 00101011
Octal 274 242 53
Decimal 188 162 43
Hex BC A2 2B

RGB Percentages of Color #bca22b

%47.84
%41.22
%10.94

CMYK Percentages of Color #bca22b

%0
%14
%77
%26

Triadic Colors of #bca22b

#bca22b #2bbca2 #a22bbc

Analogous Colors of #bca22b

#bca22b #8ebc2b #bc5a2b

Monochromatic Colors of #bca22b

#bca22b

Complementary Color

#bca22b #2b45bc

#bca22b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca22b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca22b Color CSS Codes

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

#bca22b Text Font Color

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

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


#bca22b Background Color

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

This div background color is #bca22b


#bca22b Border Color

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

This div border color is #bca22b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca22b


Comments

No comments written yet.

Please login to write comment.