Color Hex Logo

#bcaa77 Color Hex

#BCAA77
(188,170,119)
0 Favorites   0 Comments

Color spaces of #bcaa77

RGB 188170119
HSL0.120.340.60
HSV44°37°74°
CMYK 0.000.100.37   0.26
XYZ38.443540.772723.2965
Yxy40.77270.37500.3977
Hunter Lab63.8535-4.276323.0659
CIE-Lab70.0164-0.990428.6833

#bcaa77 color RGB value is (188,170,119).

#bcaa77 hex color red value is 188, green value is 170 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #bcaa77 hue: 0.12 , saturation: 0.34 and the lightness value of bcaa77 is 0.60.

The process color (four color CMYK) of #bcaa77 color hex is 0.00, 0.10, 0.37, 0.26. Web safe color of #bcaa77 is #cc9966. Color #bcaa77 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 01110111
Octal 274 252 167
Decimal 188 170 119
Hex BC AA 77

RGB Percentages of Color #bcaa77

%39.41
%35.64
%24.95

CMYK Percentages of Color #bcaa77

%0
%10
%37
%26

Triadic Colors of #bcaa77

#bcaa77 #77bcaa #aa77bc

Analogous Colors of #bcaa77

#bcaa77 #acbc77 #bc8877

Monochromatic Colors of #bcaa77

#bcaa77

Complementary Color

#bcaa77 #7789bc

#bcaa77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaa77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaa77 Color CSS Codes

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

#bcaa77 Text Font Color

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

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


#bcaa77 Background Color

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

This div background color is #bcaa77


#bcaa77 Border Color

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

This div border color is #bcaa77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaa77


Comments

No comments written yet.

Please login to write comment.