Color Hex Logo

#bfd177 Color Hex

#BFD177
(191,209,119)
0 Favorites   0 Comments

Color spaces of #bfd177

RGB 191209119
HSL0.200.490.64
HSV72°43°82°
CMYK 0.090.000.43   0.18
XYZ47.616158.009226.1400
Yxy58.00920.36140.4402
Hunter Lab76.1638-21.691932.9658
CIE-Lab80.7439-19.891742.4977

#bfd177 color RGB value is (191,209,119).

#bfd177 hex color red value is 191, green value is 209 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #bfd177 hue: 0.20 , saturation: 0.49 and the lightness value of bfd177 is 0.64.

The process color (four color CMYK) of #bfd177 color hex is 0.09, 0.00, 0.43, 0.18. Web safe color of #bfd177 is #cccc66. Color #bfd177 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010001 01110111
Octal 277 321 167
Decimal 191 209 119
Hex BF D1 77

RGB Percentages of Color #bfd177

%36.80
%40.27
%22.93

CMYK Percentages of Color #bfd177

%9
%0
%43
%18

Triadic Colors of #bfd177

#bfd177 #77bfd1 #d177bf

Analogous Colors of #bfd177

#bfd177 #92d177 #d1b677

Monochromatic Colors of #bfd177

#bfd177

Complementary Color

#bfd177 #8977d1

#bfd177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd177 Color CSS Codes

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

#bfd177 Text Font Color

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

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


#bfd177 Background Color

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

This div background color is #bfd177


#bfd177 Border Color

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

This div border color is #bfd177


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,209,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 #bfd177">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd177


Comments

No comments written yet.

Please login to write comment.