Color Hex Logo

#bca822 Color Hex

#BCA822
(188,168,34)
0 Favorites   0 Comments

Color spaces of #bca822

RGB 18816834
HSL0.150.690.44
HSV52°82°74°
CMYK 0.000.110.82   0.26
XYZ35.030438.81217.1586
Yxy38.81210.43250.4792
Hunter Lab62.2994-8.654836.7967
CIE-Lab68.6149-6.233565.1669

#bca822 color RGB value is (188,168,34).

#bca822 hex color red value is 188, green value is 168 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #bca822 hue: 0.15 , saturation: 0.69 and the lightness value of bca822 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101000 00100010
Octal 274 250 42
Decimal 188 168 34
Hex BC A8 22

RGB Percentages of Color #bca822

%48.21
%43.08
%8.72

CMYK Percentages of Color #bca822

%0
%11
%82
%26

Triadic Colors of #bca822

#bca822 #22bca8 #a822bc

Analogous Colors of #bca822

#bca822 #83bc22 #bc5b22

Monochromatic Colors of #bca822

#bca822

Complementary Color

#bca822 #2236bc

#bca822 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca822 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca822 Color CSS Codes

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

#bca822 Text Font Color

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

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


#bca822 Background Color

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

This div background color is #bca822


#bca822 Border Color

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

This div border color is #bca822


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca822


Comments

No comments written yet.

Please login to write comment.