Color Hex Logo

#bfd1af Color Hex

#BFD1AF
(191,209,175)
0 Favorites   0 Comments

Color spaces of #bfd1af

RGB 191209175
HSL0.250.270.75
HSV92°16°82°
CMYK 0.090.000.16   0.18
XYZ52.024259.772449.3527
Yxy59.77240.32280.3709
Hunter Lab77.3126-15.183216.2709
CIE-Lab81.7143-12.180214.8415

#bfd1af color RGB value is (191,209,175).

#bfd1af hex color red value is 191, green value is 209 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bfd1af hue: 0.25 , saturation: 0.27 and the lightness value of bfd1af is 0.75.

The process color (four color CMYK) of #bfd1af color hex is 0.09, 0.00, 0.16, 0.18. Web safe color of #bfd1af is #cccc99. Color #bfd1af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010001 10101111
Octal 277 321 257
Decimal 191 209 175
Hex BF D1 AF

RGB Percentages of Color #bfd1af

%33.22
%36.35
%30.43

CMYK Percentages of Color #bfd1af

%9
%0
%16
%18

Triadic Colors of #bfd1af

#bfd1af #afbfd1 #d1afbf

Analogous Colors of #bfd1af

#bfd1af #afd1b0 #d0d1af

Monochromatic Colors of #bfd1af

#bfd1af

Complementary Color

#bfd1af #c1afd1

#bfd1af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd1af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd1af Color CSS Codes

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

#bfd1af Text Font Color

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

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


#bfd1af Background Color

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

This div background color is #bfd1af


#bfd1af Border Color

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

This div border color is #bfd1af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd1af


Comments

No comments written yet.

Please login to write comment.