Color Hex Logo

#bfd9bf Color Hex

#BFD9BF
(191,217,191)
1 Favorites   0 Comments

Color spaces of #bfd9bf

RGB 191217191
HSL0.330.250.80
HSV120°12°85°
CMYK 0.120.000.12   0.15
XYZ55.702764.463758.7971
Yxy64.46370.31130.3602
Hunter Lab80.2893-16.667412.7835
CIE-Lab84.2066-13.50179.9047

#bfd9bf color RGB value is (191,217,191).

#bfd9bf hex color red value is 191, green value is 217 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bfd9bf hue: 0.33 , saturation: 0.25 and the lightness value of bfd9bf is 0.80.

The process color (four color CMYK) of #bfd9bf color hex is 0.12, 0.00, 0.12, 0.15. Web safe color of #bfd9bf is #cccccc. Color #bfd9bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011001 10111111
Octal 277 331 277
Decimal 191 217 191
Hex BF D9 BF

RGB Percentages of Color #bfd9bf

%31.89
%36.23
%31.89

CMYK Percentages of Color #bfd9bf

%12
%0
%12
%15

Triadic Colors of #bfd9bf

#bfd9bf #bfbfd9 #d9bfbf

Analogous Colors of #bfd9bf

#bfd9bf #bfd9cc #ccd9bf

Monochromatic Colors of #bfd9bf

#bfd9bf

Complementary Color

#bfd9bf #d9bfd9

#bfd9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd9bf Color CSS Codes

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

#bfd9bf Text Font Color

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

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


#bfd9bf Background Color

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

This div background color is #bfd9bf


#bfd9bf Border Color

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

This div border color is #bfd9bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd9bf


Comments

No comments written yet.

Please login to write comment.