Color Hex Logo

#bca225 Color Hex

#BCA225
(188,162,37)
0 Favorites   0 Comments

Color spaces of #bca225

RGB 18816237
HSL0.140.670.44
HSV50°80°74°
CMYK 0.000.140.80   0.26
XYZ33.993336.66567.0358
Yxy36.66560.43750.4719
Hunter Lab60.5521-5.758335.4973
CIE-Lab67.0254-2.955362.8906

#bca225 color RGB value is (188,162,37).

#bca225 hex color red value is 188, green value is 162 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #bca225 hue: 0.14 , saturation: 0.67 and the lightness value of bca225 is 0.44.

The process color (four color CMYK) of #bca225 color hex is 0.00, 0.14, 0.80, 0.26. Web safe color of #bca225 is #cc9933. Color #bca225 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100010 00100101
Octal 274 242 45
Decimal 188 162 37
Hex BC A2 25

RGB Percentages of Color #bca225

%48.58
%41.86
%9.56

CMYK Percentages of Color #bca225

%0
%14
%80
%26

Triadic Colors of #bca225

#bca225 #25bca2 #a225bc

Analogous Colors of #bca225

#bca225 #8bbc25 #bc5625

Monochromatic Colors of #bca225

#bca225

Complementary Color

#bca225 #253fbc

#bca225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca225 Color CSS Codes

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

#bca225 Text Font Color

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

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


#bca225 Background Color

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

This div background color is #bca225


#bca225 Border Color

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

This div border color is #bca225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca225


Comments

No comments written yet.

Please login to write comment.