Color Hex Logo

#bcaf94 Color Hex

#BCAF94
(188,175,148)
0 Favorites   0 Comments

Color spaces of #bcaf94

RGB 188175148
HSL0.110.230.66
HSV41°21°74°
CMYK 0.000.070.21   0.26
XYZ41.414343.489434.2285
Yxy43.48940.34760.3651
Hunter Lab65.9465-3.308615.3890
CIE-Lab71.88590.241015.5377

#bcaf94 color RGB value is (188,175,148).

#bcaf94 hex color red value is 188, green value is 175 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #bcaf94 hue: 0.11 , saturation: 0.23 and the lightness value of bcaf94 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 10010100
Octal 274 257 224
Decimal 188 175 148
Hex BC AF 94

RGB Percentages of Color #bcaf94

%36.79
%34.25
%28.96

CMYK Percentages of Color #bcaf94

%0
%7
%21
%26

Triadic Colors of #bcaf94

#bcaf94 #94bcaf #af94bc

Analogous Colors of #bcaf94

#bcaf94 #b5bc94 #bc9b94

Monochromatic Colors of #bcaf94

#bcaf94

Complementary Color

#bcaf94 #94a1bc

#bcaf94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaf94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaf94 Color CSS Codes

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

#bcaf94 Text Font Color

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

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


#bcaf94 Background Color

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

This div background color is #bcaf94


#bcaf94 Border Color

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

This div border color is #bcaf94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaf94


Comments

No comments written yet.

Please login to write comment.