Color Hex Logo

#bca25f Color Hex

#BCA25F
(188,162,95)
0 Favorites   0 Comments

Color spaces of #bca25f

RGB 18816295
HSL0.120.410.55
HSV43°49°74°
CMYK 0.000.140.49   0.26
XYZ35.724937.358316.1544
Yxy37.35830.40030.4186
Hunter Lab61.1214-2.631027.1147
CIE-Lab67.54500.731938.1648

#bca25f color RGB value is (188,162,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100010 01011111
Octal 274 242 137
Decimal 188 162 95
Hex BC A2 5F

RGB Percentages of Color #bca25f

%42.25
%36.40
%21.35

CMYK Percentages of Color #bca25f

%0
%14
%49
%26

Triadic Colors of #bca25f

#bca25f #5fbca2 #a25fbc

Analogous Colors of #bca25f

#bca25f #a8bc5f #bc745f

Monochromatic Colors of #bca25f

#bca25f

Complementary Color

#bca25f #5f79bc

#bca25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca25f Color CSS Codes

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

#bca25f Text Font Color

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

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


#bca25f Background Color

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

This div background color is #bca25f


#bca25f Border Color

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

This div border color is #bca25f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca25f


Comments

No comments written yet.

Please login to write comment.