Color Hex Logo

#bcab64 Color Hex

#BCAB64
(188,171,100)
0 Favorites   0 Comments

Color spaces of #bcab64

RGB 188171100
HSL0.130.400.56
HSV48°47°74°
CMYK 0.000.090.47   0.26
XYZ37.602240.737317.9378
Yxy40.73730.39060.4231
Hunter Lab63.8258-6.534028.0150
CIE-Lab69.9915-3.600338.6218

#bcab64 color RGB value is (188,171,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 01100100
Octal 274 253 144
Decimal 188 171 100
Hex BC AB 64

RGB Percentages of Color #bcab64

%40.96
%37.25
%21.79

CMYK Percentages of Color #bcab64

%0
%9
%47
%26

Triadic Colors of #bcab64

#bcab64 #64bcab #ab64bc

Analogous Colors of #bcab64

#bcab64 #a1bc64 #bc7f64

Monochromatic Colors of #bcab64

#bcab64

Complementary Color

#bcab64 #6475bc

#bcab64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcab64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcab64 Color CSS Codes

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

#bcab64 Text Font Color

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

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


#bcab64 Background Color

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

This div background color is #bcab64


#bcab64 Border Color

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

This div border color is #bcab64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcab64


Comments

No comments written yet.

Please login to write comment.