Color Hex Logo

#bcaf92 Color Hex

#BCAF92
(188,175,146)
0 Favorites   0 Comments

Color spaces of #bcaf92

RGB 188175146
HSL0.120.240.65
HSV41°22°74°
CMYK 0.000.070.22   0.26
XYZ41.257343.426633.4018
Yxy43.42660.34940.3678
Hunter Lab65.8989-3.569516.0772
CIE-Lab71.8436-0.056216.5685

#bcaf92 color RGB value is (188,175,146).

#bcaf92 hex color red value is 188, green value is 175 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #bcaf92 hue: 0.12 , saturation: 0.24 and the lightness value of bcaf92 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 10010010
Octal 274 257 222
Decimal 188 175 146
Hex BC AF 92

RGB Percentages of Color #bcaf92

%36.94
%34.38
%28.68

CMYK Percentages of Color #bcaf92

%0
%7
%22
%26

Triadic Colors of #bcaf92

#bcaf92 #92bcaf #af92bc

Analogous Colors of #bcaf92

#bcaf92 #b4bc92 #bc9a92

Monochromatic Colors of #bcaf92

#bcaf92

Complementary Color

#bcaf92 #929fbc

#bcaf92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaf92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaf92 Color CSS Codes

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

#bcaf92 Text Font Color

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

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


#bcaf92 Background Color

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

This div background color is #bcaf92


#bcaf92 Border Color

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

This div border color is #bcaf92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaf92


Comments

No comments written yet.

Please login to write comment.