Color Hex Logo

#bca83d Color Hex

#BCA83D
(188,168,61)
0 Favorites   0 Comments

Color spaces of #bca83d

RGB 18816861
HSL0.140.510.49
HSV51°68°74°
CMYK 0.000.110.68   0.26
XYZ35.584039.033610.0736
Yxy39.03360.42020.4609
Hunter Lab62.4769-7.669034.1741
CIE-Lab68.7756-5.047555.7087

#bca83d color RGB value is (188,168,61).

#bca83d hex color red value is 188, green value is 168 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bca83d hue: 0.14 , saturation: 0.51 and the lightness value of bca83d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101000 00111101
Octal 274 250 75
Decimal 188 168 61
Hex BC A8 3D

RGB Percentages of Color #bca83d

%45.08
%40.29
%14.63

CMYK Percentages of Color #bca83d

%0
%11
%68
%26

Triadic Colors of #bca83d

#bca83d #3dbca8 #a83dbc

Analogous Colors of #bca83d

#bca83d #91bc3d #bc693d

Monochromatic Colors of #bca83d

#bca83d

Complementary Color

#bca83d #3d51bc

#bca83d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca83d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca83d Color CSS Codes

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

#bca83d Text Font Color

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

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


#bca83d Background Color

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

This div background color is #bca83d


#bca83d Border Color

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

This div border color is #bca83d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca83d


Comments

No comments written yet.

Please login to write comment.