Color Hex Logo

#bfca9b Color Hex

#BFCA9B
(191,202,155)
0 Favorites   0 Comments

Color spaces of #bfca9b

RGB 191202155
HSL0.210.310.70
HSV74°23°79°
CMYK 0.050.000.23   0.21
XYZ48.522855.684039.2010
Yxy55.68400.33840.3883
Hunter Lab74.6217-14.518321.0884
CIE-Lab79.4336-11.739322.2612

#bfca9b color RGB value is (191,202,155).

#bfca9b hex color red value is 191, green value is 202 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bfca9b hue: 0.21 , saturation: 0.31 and the lightness value of bfca9b is 0.70.

The process color (four color CMYK) of #bfca9b color hex is 0.05, 0.00, 0.23, 0.21. Web safe color of #bfca9b is #cccc99. Color #bfca9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001010 10011011
Octal 277 312 233
Decimal 191 202 155
Hex BF CA 9B

RGB Percentages of Color #bfca9b

%34.85
%36.86
%28.28

CMYK Percentages of Color #bfca9b

%5
%0
%23
%21

Triadic Colors of #bfca9b

#bfca9b #9bbfca #ca9bbf

Analogous Colors of #bfca9b

#bfca9b #a8ca9b #cabe9b

Monochromatic Colors of #bfca9b

#bfca9b

Complementary Color

#bfca9b #a69bca

#bfca9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfca9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfca9b Color CSS Codes

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

#bfca9b Text Font Color

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

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


#bfca9b Background Color

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

This div background color is #bfca9b


#bfca9b Border Color

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

This div border color is #bfca9b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,202,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfca9b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfca9b;
  -webkit-box-shadow: 1px 1px 3px 2px #bfca9b;
  box-shadow:         1px 1px 3px 2px #bfca9b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,202,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfca9b


Comments

No comments written yet.

Please login to write comment.