Color Hex Logo

#bfd7ad Color Hex

#BFD7AD
(191,215,173)
0 Favorites   0 Comments

Color spaces of #bfd7ad

RGB 191215173
HSL0.260.340.76
HSV94°20°84°
CMYK 0.110.000.20   0.16
XYZ53.329162.694448.8256
Yxy62.69440.32350.3803
Hunter Lab79.1798-18.341518.8651
CIE-Lab83.2813-15.543118.0921

#bfd7ad color RGB value is (191,215,173).

#bfd7ad hex color red value is 191, green value is 215 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bfd7ad hue: 0.26 , saturation: 0.34 and the lightness value of bfd7ad is 0.76.

The process color (four color CMYK) of #bfd7ad color hex is 0.11, 0.00, 0.20, 0.16. Web safe color of #bfd7ad is #cccc99. Color #bfd7ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010111 10101101
Octal 277 327 255
Decimal 191 215 173
Hex BF D7 AD

RGB Percentages of Color #bfd7ad

%32.99
%37.13
%29.88

CMYK Percentages of Color #bfd7ad

%11
%0
%20
%16

Triadic Colors of #bfd7ad

#bfd7ad #adbfd7 #d7adbf

Analogous Colors of #bfd7ad

#bfd7ad #add7b0 #d4d7ad

Monochromatic Colors of #bfd7ad

#bfd7ad

Complementary Color

#bfd7ad #c5add7

#bfd7ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd7ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd7ad Color CSS Codes

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

#bfd7ad Text Font Color

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

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


#bfd7ad Background Color

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

This div background color is #bfd7ad


#bfd7ad Border Color

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

This div border color is #bfd7ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd7ad


Comments

No comments written yet.

Please login to write comment.