Color Hex Logo

#bfd686 Color Hex

#BFD686
(191,214,134)
0 Favorites   0 Comments

Color spaces of #bfd686

RGB 191214134
HSL0.210.490.68
HSV77°37°84°
CMYK 0.110.000.37   0.16
XYZ49.835560.890731.6807
Yxy60.89070.35000.4276
Hunter Lab78.0325-22.557730.5514
CIE-Lab82.3199-20.608736.9890

#bfd686 color RGB value is (191,214,134).

#bfd686 hex color red value is 191, green value is 214 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #bfd686 hue: 0.21 , saturation: 0.49 and the lightness value of bfd686 is 0.68.

The process color (four color CMYK) of #bfd686 color hex is 0.11, 0.00, 0.37, 0.16. Web safe color of #bfd686 is #cccc99. Color #bfd686 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010110 10000110
Octal 277 326 206
Decimal 191 214 134
Hex BF D6 86

RGB Percentages of Color #bfd686

%35.44
%39.70
%24.86

CMYK Percentages of Color #bfd686

%11
%0
%37
%16

Triadic Colors of #bfd686

#bfd686 #86bfd6 #d686bf

Analogous Colors of #bfd686

#bfd686 #97d686 #d6c586

Monochromatic Colors of #bfd686

#bfd686

Complementary Color

#bfd686 #9d86d6

#bfd686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd686 Color CSS Codes

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

#bfd686 Text Font Color

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

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


#bfd686 Background Color

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

This div background color is #bfd686


#bfd686 Border Color

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

This div border color is #bfd686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd686


Comments

No comments written yet.

Please login to write comment.