Color Hex Logo

#bca368 Color Hex

#BCA368
(188,163,104)
0 Favorites   0 Comments

Color spaces of #bca368

RGB 188163104
HSL0.120.390.57
HSV42°45°74°
CMYK 0.000.130.45   0.26
XYZ36.334937.885218.4942
Yxy37.88520.39190.4086
Hunter Lab61.5510-2.341625.2708
CIE-Lab67.93591.089033.9557

#bca368 color RGB value is (188,163,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100011 01101000
Octal 274 243 150
Decimal 188 163 104
Hex BC A3 68

RGB Percentages of Color #bca368

%41.32
%35.82
%22.86

CMYK Percentages of Color #bca368

%0
%13
%45
%26

Triadic Colors of #bca368

#bca368 #68bca3 #a368bc

Analogous Colors of #bca368

#bca368 #abbc68 #bc7968

Monochromatic Colors of #bca368

#bca368

Complementary Color

#bca368 #6881bc

#bca368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca368 Color CSS Codes

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

#bca368 Text Font Color

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

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


#bca368 Background Color

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

This div background color is #bca368


#bca368 Border Color

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

This div border color is #bca368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca368


Comments

No comments written yet.

Please login to write comment.