Color Hex Logo

#bfd06e Color Hex

#BFD06E
(191,208,110)
0 Favorites   0 Comments

Color spaces of #bfd06e

RGB 191208110
HSL0.200.510.62
HSV70°47°82°
CMYK 0.080.000.47   0.18
XYZ46.856257.313923.3450
Yxy57.31390.36750.4495
Hunter Lab75.7059-22.007534.7112
CIE-Lab80.3558-20.342846.4269

#bfd06e color RGB value is (191,208,110).

#bfd06e hex color red value is 191, green value is 208 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bfd06e hue: 0.20 , saturation: 0.51 and the lightness value of bfd06e is 0.62.

The process color (four color CMYK) of #bfd06e color hex is 0.08, 0.00, 0.47, 0.18. Web safe color of #bfd06e is #cccc66. Color #bfd06e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010000 01101110
Octal 277 320 156
Decimal 191 208 110
Hex BF D0 6E

RGB Percentages of Color #bfd06e

%37.52
%40.86
%21.61

CMYK Percentages of Color #bfd06e

%8
%0
%47
%18

Triadic Colors of #bfd06e

#bfd06e #6ebfd0 #d06ebf

Analogous Colors of #bfd06e

#bfd06e #8ed06e #d0b06e

Monochromatic Colors of #bfd06e

#bfd06e

Complementary Color

#bfd06e #7f6ed0

#bfd06e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd06e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd06e Color CSS Codes

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

#bfd06e Text Font Color

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

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


#bfd06e Background Color

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

This div background color is #bfd06e


#bfd06e Border Color

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

This div border color is #bfd06e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd06e


Comments

No comments written yet.

Please login to write comment.