Color Hex Logo

#bcab67 Color Hex

#BCAB67
(188,171,103)
0 Favorites   0 Comments

Color spaces of #bcab67

RGB 188171103
HSL0.130.390.57
HSV48°45°74°
CMYK 0.000.090.45   0.26
XYZ37.750140.796518.7168
Yxy40.79650.38810.4194
Hunter Lab63.8721-6.278127.3364
CIE-Lab70.0331-3.299237.1289

#bcab67 color RGB value is (188,171,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 01100111
Octal 274 253 147
Decimal 188 171 103
Hex BC AB 67

RGB Percentages of Color #bcab67

%40.69
%37.01
%22.29

CMYK Percentages of Color #bcab67

%0
%9
%45
%26

Triadic Colors of #bcab67

#bcab67 #67bcab #ab67bc

Analogous Colors of #bcab67

#bcab67 #a3bc67 #bc8167

Monochromatic Colors of #bcab67

#bcab67

Complementary Color

#bcab67 #6778bc

#bcab67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcab67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcab67 Color CSS Codes

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

#bcab67 Text Font Color

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

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


#bcab67 Background Color

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

This div background color is #bcab67


#bcab67 Border Color

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

This div border color is #bcab67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcab67


Comments

No comments written yet.

Please login to write comment.