Color Hex Logo

#bcaf9a Color Hex

#BCAF9A
(188,175,154)
0 Favorites   0 Comments

Color spaces of #bcaf9a

RGB 188175154
HSL0.100.200.67
HSV37°18°74°
CMYK 0.000.070.18   0.26
XYZ41.901743.684436.7953
Yxy43.68440.34240.3570
Hunter Lab66.0942-2.501213.2586
CIE-Lab72.01701.156912.4462

#bcaf9a color RGB value is (188,175,154).

#bcaf9a hex color red value is 188, green value is 175 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bcaf9a hue: 0.10 , saturation: 0.20 and the lightness value of bcaf9a is 0.67.

The process color (four color CMYK) of #bcaf9a color hex is 0.00, 0.07, 0.18, 0.26. Web safe color of #bcaf9a is #cc9999. Color #bcaf9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 10011010
Octal 274 257 232
Decimal 188 175 154
Hex BC AF 9A

RGB Percentages of Color #bcaf9a

%36.36
%33.85
%29.79

CMYK Percentages of Color #bcaf9a

%0
%7
%18
%26

Triadic Colors of #bcaf9a

#bcaf9a #9abcaf #af9abc

Analogous Colors of #bcaf9a

#bcaf9a #b8bc9a #bc9e9a

Monochromatic Colors of #bcaf9a

#bcaf9a

Complementary Color

#bcaf9a #9aa7bc

#bcaf9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaf9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaf9a Color CSS Codes

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

#bcaf9a Text Font Color

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

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


#bcaf9a Background Color

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

This div background color is #bcaf9a


#bcaf9a Border Color

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

This div border color is #bcaf9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaf9a

#bcaf9a Color Palettes


Comments

No comments written yet.

Please login to write comment.