Color Hex Logo

#bfd06f Color Hex

#BFD06F
(191,208,111)
0 Favorites   0 Comments

Color spaces of #bfd06f

RGB 191208111
HSL0.200.510.63
HSV71°47°82°
CMYK 0.080.000.47   0.18
XYZ46.911057.335823.6334
Yxy57.33580.36680.4484
Hunter Lab75.7204-21.924834.4990
CIE-Lab80.3681-20.241845.9572

#bfd06f color RGB value is (191,208,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010000 01101111
Octal 277 320 157
Decimal 191 208 111
Hex BF D0 6F

RGB Percentages of Color #bfd06f

%37.45
%40.78
%21.76

CMYK Percentages of Color #bfd06f

%8
%0
%47
%18

Triadic Colors of #bfd06f

#bfd06f #6fbfd0 #d06fbf

Analogous Colors of #bfd06f

#bfd06f #8fd06f #d0b16f

Monochromatic Colors of #bfd06f

#bfd06f

Complementary Color

#bfd06f #806fd0

#bfd06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd06f Color CSS Codes

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

#bfd06f Text Font Color

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

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


#bfd06f Background Color

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

This div background color is #bfd06f


#bfd06f Border Color

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

This div border color is #bfd06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd06f


Comments

No comments written yet.

Please login to write comment.