Color Hex Logo

#bcab81 Color Hex

#BCAB81
(188,171,129)
0 Favorites   0 Comments

Color spaces of #bcab81

RGB 188171129
HSL0.120.310.62
HSV43°31°74°
CMYK 0.000.090.31   0.26
XYZ39.264441.402226.6908
Yxy41.40220.36570.3856
Hunter Lab64.3445-3.678520.4471
CIE-Lab70.4568-0.275323.8943

#bcab81 color RGB value is (188,171,129).

#bcab81 hex color red value is 188, green value is 171 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bcab81 hue: 0.12 , saturation: 0.31 and the lightness value of bcab81 is 0.62.

The process color (four color CMYK) of #bcab81 color hex is 0.00, 0.09, 0.31, 0.26. Web safe color of #bcab81 is #cc9999. Color #bcab81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 10000001
Octal 274 253 201
Decimal 188 171 129
Hex BC AB 81

RGB Percentages of Color #bcab81

%38.52
%35.04
%26.43

CMYK Percentages of Color #bcab81

%0
%9
%31
%26

Triadic Colors of #bcab81

#bcab81 #81bcab #ab81bc

Analogous Colors of #bcab81

#bcab81 #b0bc81 #bc8e81

Monochromatic Colors of #bcab81

#bcab81

Complementary Color

#bcab81 #8192bc

#bcab81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcab81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcab81 Color CSS Codes

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

#bcab81 Text Font Color

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

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


#bcab81 Background Color

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

This div background color is #bcab81


#bcab81 Border Color

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

This div border color is #bcab81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcab81


Comments

No comments written yet.

Please login to write comment.