Color Hex Logo

#bca278 Color Hex

#BCA278
(188,162,120)
0 Favorites   0 Comments

Color spaces of #bca278

RGB 188162120
HSL0.100.340.60
HSV37°36°74°
CMYK 0.000.140.36   0.26
XYZ37.049537.888123.1297
Yxy37.88810.37780.3863
Hunter Lab61.5533-0.277520.8081
CIE-Lab67.93813.443325.3861

#bca278 color RGB value is (188,162,120).

#bca278 hex color red value is 188, green value is 162 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bca278 hue: 0.10 , saturation: 0.34 and the lightness value of bca278 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100010 01111000
Octal 274 242 170
Decimal 188 162 120
Hex BC A2 78

RGB Percentages of Color #bca278

%40.00
%34.47
%25.53

CMYK Percentages of Color #bca278

%0
%14
%36
%26

Triadic Colors of #bca278

#bca278 #78bca2 #a278bc

Analogous Colors of #bca278

#bca278 #b4bc78 #bc8078

Monochromatic Colors of #bca278

#bca278

Complementary Color

#bca278 #7892bc

#bca278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca278 Color CSS Codes

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

#bca278 Text Font Color

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

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


#bca278 Background Color

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

This div background color is #bca278


#bca278 Border Color

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

This div border color is #bca278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca278


Comments

No comments written yet.

Please login to write comment.