Color Hex Logo

#bfd677 Color Hex

#BFD677
(191,214,119)
0 Favorites   0 Comments

Color spaces of #bfd677

RGB 191214119
HSL0.210.540.65
HSV75°44°84°
CMYK 0.110.000.44   0.16
XYZ48.862260.501426.5554
Yxy60.50140.35950.4451
Hunter Lab77.7826-23.987934.2059
CIE-Lab82.1100-22.345744.1980

#bfd677 color RGB value is (191,214,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010110 01110111
Octal 277 326 167
Decimal 191 214 119
Hex BF D6 77

RGB Percentages of Color #bfd677

%36.45
%40.84
%22.71

CMYK Percentages of Color #bfd677

%11
%0
%44
%16

Triadic Colors of #bfd677

#bfd677 #77bfd6 #d677bf

Analogous Colors of #bfd677

#bfd677 #90d677 #d6be77

Monochromatic Colors of #bfd677

#bfd677

Complementary Color

#bfd677 #8e77d6

#bfd677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd677 Color CSS Codes

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

#bfd677 Text Font Color

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

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


#bfd677 Background Color

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

This div background color is #bfd677


#bfd677 Border Color

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

This div border color is #bfd677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd677


Comments

No comments written yet.

Please login to write comment.