Color Hex Logo

#bca25a Color Hex

#BCA25A
(188,162,90)
0 Favorites   0 Comments

Color spaces of #bca25a

RGB 18816290
HSL0.120.420.55
HSV44°52°74°
CMYK 0.000.140.52   0.26
XYZ35.504837.270214.9954
Yxy37.27020.40450.4246
Hunter Lab61.0493-3.025128.1713
CIE-Lab67.47930.272740.6466

#bca25a color RGB value is (188,162,90).

#bca25a hex color red value is 188, green value is 162 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bca25a hue: 0.12 , saturation: 0.42 and the lightness value of bca25a is 0.55.

The process color (four color CMYK) of #bca25a color hex is 0.00, 0.14, 0.52, 0.26. Web safe color of #bca25a is #cc9966. Color #bca25a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100010 01011010
Octal 274 242 132
Decimal 188 162 90
Hex BC A2 5A

RGB Percentages of Color #bca25a

%42.73
%36.82
%20.45

CMYK Percentages of Color #bca25a

%0
%14
%52
%26

Triadic Colors of #bca25a

#bca25a #5abca2 #a25abc

Analogous Colors of #bca25a

#bca25a #a5bc5a #bc715a

Monochromatic Colors of #bca25a

#bca25a

Complementary Color

#bca25a #5a74bc

#bca25a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca25a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca25a Color CSS Codes

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

#bca25a Text Font Color

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

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


#bca25a Background Color

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

This div background color is #bca25a


#bca25a Border Color

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

This div border color is #bca25a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca25a


Comments

No comments written yet.

Please login to write comment.