Color Hex Logo

#bfca9d Color Hex

#BFCA9D
(191,202,157)
0 Favorites   0 Comments

Color spaces of #bfca9d

RGB 191202157
HSL0.210.300.70
HSV75°22°79°
CMYK 0.050.000.22   0.21
XYZ48.692255.751740.0931
Yxy55.75170.33690.3857
Hunter Lab74.6671-14.263220.4307
CIE-Lab79.4723-11.441421.2567

#bfca9d color RGB value is (191,202,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001010 10011101
Octal 277 312 235
Decimal 191 202 157
Hex BF CA 9D

RGB Percentages of Color #bfca9d

%34.73
%36.73
%28.55

CMYK Percentages of Color #bfca9d

%5
%0
%22
%21

Triadic Colors of #bfca9d

#bfca9d #9dbfca #ca9dbf

Analogous Colors of #bfca9d

#bfca9d #a9ca9d #cabf9d

Monochromatic Colors of #bfca9d

#bfca9d

Complementary Color

#bfca9d #a89dca

#bfca9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfca9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfca9d Color CSS Codes

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

#bfca9d Text Font Color

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

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


#bfca9d Background Color

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

This div background color is #bfca9d


#bfca9d Border Color

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

This div border color is #bfca9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfca9d


Comments

No comments written yet.

Please login to write comment.