Color Hex Logo

#bca369 Color Hex

#BCA369
(188,163,105)
0 Favorites   0 Comments

Color spaces of #bca369

RGB 188163105
HSL0.120.380.57
HSV42°44°74°
CMYK 0.000.130.44   0.26
XYZ36.386037.905718.7634
Yxy37.90570.39100.4073
Hunter Lab61.5676-2.251125.0280
CIE-Lab67.95111.193833.4470

#bca369 color RGB value is (188,163,105).

#bca369 hex color red value is 188, green value is 163 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #bca369 hue: 0.12 , saturation: 0.38 and the lightness value of bca369 is 0.57.

The process color (four color CMYK) of #bca369 color hex is 0.00, 0.13, 0.44, 0.26. Web safe color of #bca369 is #cc9966. Color #bca369 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100011 01101001
Octal 274 243 151
Decimal 188 163 105
Hex BC A3 69

RGB Percentages of Color #bca369

%41.23
%35.75
%23.03

CMYK Percentages of Color #bca369

%0
%13
%44
%26

Triadic Colors of #bca369

#bca369 #69bca3 #a369bc

Analogous Colors of #bca369

#bca369 #acbc69 #bc7a69

Monochromatic Colors of #bca369

#bca369

Complementary Color

#bca369 #6982bc

#bca369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca369 Color CSS Codes

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

#bca369 Text Font Color

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

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


#bca369 Background Color

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

This div background color is #bca369


#bca369 Border Color

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

This div border color is #bca369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca369


Comments

No comments written yet.

Please login to write comment.