Color Hex Logo

#bca93d Color Hex

#BCA93D
(188,169,61)
0 Favorites   0 Comments

Color spaces of #bca93d

RGB 18816961
HSL0.140.510.49
HSV51°68°74°
CMYK 0.000.100.68   0.26
XYZ35.769339.404210.1354
Yxy39.40420.41930.4619
Hunter Lab62.7728-8.139134.3679
CIE-Lab69.0431-5.575855.9852

#bca93d color RGB value is (188,169,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101001 00111101
Octal 274 251 75
Decimal 188 169 61
Hex BC A9 3D

RGB Percentages of Color #bca93d

%44.98
%40.43
%14.59

CMYK Percentages of Color #bca93d

%0
%10
%68
%26

Triadic Colors of #bca93d

#bca93d #3dbca9 #a93dbc

Analogous Colors of #bca93d

#bca93d #90bc3d #bc6a3d

Monochromatic Colors of #bca93d

#bca93d

Complementary Color

#bca93d #3d50bc

#bca93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca93d Color CSS Codes

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

#bca93d Text Font Color

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

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


#bca93d Background Color

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

This div background color is #bca93d


#bca93d Border Color

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

This div border color is #bca93d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,169,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 #bca93d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca93d


Comments

No comments written yet.

Please login to write comment.