Color Hex Logo

#bcaf7b Color Hex

#BCAF7B
(188,175,123)
0 Favorites   0 Comments

Color spaces of #bcaf7b

RGB 188175123
HSL0.130.330.61
HSV48°35°74°
CMYK 0.000.070.35   0.26
XYZ39.644242.781424.9071
Yxy42.78140.36940.3986
Hunter Lab65.4075-6.272323.2077
CIE-Lab71.4064-3.171428.3843

#bcaf7b color RGB value is (188,175,123).

#bcaf7b hex color red value is 188, green value is 175 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bcaf7b hue: 0.13 , saturation: 0.33 and the lightness value of bcaf7b is 0.61.

The process color (four color CMYK) of #bcaf7b color hex is 0.00, 0.07, 0.35, 0.26. Web safe color of #bcaf7b is #cc9966. Color #bcaf7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 01111011
Octal 274 257 173
Decimal 188 175 123
Hex BC AF 7B

RGB Percentages of Color #bcaf7b

%38.68
%36.01
%25.31

CMYK Percentages of Color #bcaf7b

%0
%7
%35
%26

Triadic Colors of #bcaf7b

#bcaf7b #7bbcaf #af7bbc

Analogous Colors of #bcaf7b

#bcaf7b #a9bc7b #bc8f7b

Monochromatic Colors of #bcaf7b

#bcaf7b

Complementary Color

#bcaf7b #7b88bc

#bcaf7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaf7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaf7b Color CSS Codes

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

#bcaf7b Text Font Color

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

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


#bcaf7b Background Color

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

This div background color is #bcaf7b


#bcaf7b Border Color

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

This div border color is #bcaf7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaf7b


Comments

No comments written yet.

Please login to write comment.