Color Hex Logo

#bfd766 Color Hex

#BFD766
(191,215,102)
0 Favorites   0 Comments

Color spaces of #bfd766

RGB 191215102
HSL0.200.590.62
HSV73°53°84°
CMYK 0.110.000.53   0.16
XYZ48.184660.636621.7348
Yxy60.63660.36910.4644
Hunter Lab77.8695-25.818237.9597
CIE-Lab82.1830-24.520652.3952

#bfd766 color RGB value is (191,215,102).

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

The process color (four color CMYK) of #bfd766 color hex is 0.11, 0.00, 0.53, 0.16. Web safe color of #bfd766 is #cccc66. Color #bfd766 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010111 01100110
Octal 277 327 146
Decimal 191 215 102
Hex BF D7 66

RGB Percentages of Color #bfd766

%37.60
%42.32
%20.08

CMYK Percentages of Color #bfd766

%11
%0
%53
%16

Triadic Colors of #bfd766

#bfd766 #66bfd7 #d766bf

Analogous Colors of #bfd766

#bfd766 #87d766 #d7b766

Monochromatic Colors of #bfd766

#bfd766

Complementary Color

#bfd766 #7e66d7

#bfd766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd766 Color CSS Codes

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

#bfd766 Text Font Color

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

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


#bfd766 Background Color

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

This div background color is #bfd766


#bfd766 Border Color

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

This div border color is #bfd766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd766


Comments

No comments written yet.

Please login to write comment.