Color Hex Logo

#bca33e Color Hex

#BCA33E
(188,163,62)
0 Favorites   0 Comments

Color spaces of #bca33e

RGB 18816362
HSL0.130.500.49
HSV48°67°74°
CMYK 0.000.130.67   0.26
XYZ34.705737.23369.9150
Yxy37.23360.42400.4549
Hunter Lab61.0193-5.259233.0795
CIE-Lab67.4519-2.331653.9037

#bca33e color RGB value is (188,163,62).

#bca33e hex color red value is 188, green value is 163 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bca33e hue: 0.13 , saturation: 0.50 and the lightness value of bca33e is 0.49.

The process color (four color CMYK) of #bca33e color hex is 0.00, 0.13, 0.67, 0.26. Web safe color of #bca33e is #cc9933. Color #bca33e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100011 00111110
Octal 274 243 76
Decimal 188 163 62
Hex BC A3 3E

RGB Percentages of Color #bca33e

%45.52
%39.47
%15.01

CMYK Percentages of Color #bca33e

%0
%13
%67
%26

Triadic Colors of #bca33e

#bca33e #3ebca3 #a33ebc

Analogous Colors of #bca33e

#bca33e #96bc3e #bc643e

Monochromatic Colors of #bca33e

#bca33e

Complementary Color

#bca33e #3e57bc

#bca33e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca33e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca33e Color CSS Codes

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

#bca33e Text Font Color

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

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


#bca33e Background Color

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

This div background color is #bca33e


#bca33e Border Color

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

This div border color is #bca33e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca33e


Comments

No comments written yet.

Please login to write comment.