Color Hex Logo

#bcab69 Color Hex

#BCAB69
(188,171,105)
0 Favorites   0 Comments

Color spaces of #bcab69

RGB 188171105
HSL0.130.380.57
HSV48°44°74°
CMYK 0.000.090.44   0.26
XYZ37.851740.837119.2520
Yxy40.83710.38650.4170
Hunter Lab63.9039-6.102426.8707
CIE-Lab70.0616-3.092736.1281

#bcab69 color RGB value is (188,171,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 01101001
Octal 274 253 151
Decimal 188 171 105
Hex BC AB 69

RGB Percentages of Color #bcab69

%40.52
%36.85
%22.63

CMYK Percentages of Color #bcab69

%0
%9
%44
%26

Triadic Colors of #bcab69

#bcab69 #69bcab #ab69bc

Analogous Colors of #bcab69

#bcab69 #a4bc69 #bc8269

Monochromatic Colors of #bcab69

#bcab69

Complementary Color

#bcab69 #697abc

#bcab69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcab69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcab69 Color CSS Codes

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

#bcab69 Text Font Color

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

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


#bcab69 Background Color

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

This div background color is #bcab69


#bcab69 Border Color

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

This div border color is #bcab69


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,171,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 #bcab69">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcab69


Comments

No comments written yet.

Please login to write comment.