Color Hex Logo

#bfdeb9 Color Hex

#BFDEB9
(191,222,185)
0 Favorites   0 Comments

Color spaces of #bfdeb9

RGB 191222185
HSL0.310.360.80
HSV110°17°87°
CMYK 0.140.000.17   0.13
XYZ56.364166.821755.8261
Yxy66.82170.31490.3733
Hunter Lab81.7445-19.974516.7300
CIE-Lab85.4138-17.055614.7768

#bfdeb9 color RGB value is (191,222,185).

#bfdeb9 hex color red value is 191, green value is 222 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #bfdeb9 hue: 0.31 , saturation: 0.36 and the lightness value of bfdeb9 is 0.80.

The process color (four color CMYK) of #bfdeb9 color hex is 0.14, 0.00, 0.17, 0.13. Web safe color of #bfdeb9 is #cccccc. Color #bfdeb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011110 10111001
Octal 277 336 271
Decimal 191 222 185
Hex BF DE B9

RGB Percentages of Color #bfdeb9

%31.94
%37.12
%30.94

CMYK Percentages of Color #bfdeb9

%14
%0
%17
%13

Triadic Colors of #bfdeb9

#bfdeb9 #b9bfde #deb9bf

Analogous Colors of #bfdeb9

#bfdeb9 #b9dec6 #d2deb9

Monochromatic Colors of #bfdeb9

#bfdeb9

Complementary Color

#bfdeb9 #d8b9de

#bfdeb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdeb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdeb9 Color CSS Codes

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

#bfdeb9 Text Font Color

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

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


#bfdeb9 Background Color

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

This div background color is #bfdeb9


#bfdeb9 Border Color

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

This div border color is #bfdeb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdeb9


Comments

No comments written yet.

Please login to write comment.