Color Hex Logo

#bfd47f Color Hex

#BFD47F
(191,212,127)
0 Favorites   0 Comments

Color spaces of #bfd47f

RGB 191212127
HSL0.210.500.66
HSV75°40°83°
CMYK 0.100.000.40   0.17
XYZ48.860159.695629.0259
Yxy59.69560.35510.4339
Hunter Lab77.2629-22.329031.8102
CIE-Lab81.6725-20.465639.6830

#bfd47f color RGB value is (191,212,127).

#bfd47f hex color red value is 191, green value is 212 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bfd47f hue: 0.21 , saturation: 0.50 and the lightness value of bfd47f is 0.66.

The process color (four color CMYK) of #bfd47f color hex is 0.10, 0.00, 0.40, 0.17. Web safe color of #bfd47f is #cccc66. Color #bfd47f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010100 01111111
Octal 277 324 177
Decimal 191 212 127
Hex BF D4 7F

RGB Percentages of Color #bfd47f

%36.04
%40.00
%23.96

CMYK Percentages of Color #bfd47f

%10
%0
%40
%17

Triadic Colors of #bfd47f

#bfd47f #7fbfd4 #d47fbf

Analogous Colors of #bfd47f

#bfd47f #95d47f #d4bf7f

Monochromatic Colors of #bfd47f

#bfd47f

Complementary Color

#bfd47f #947fd4

#bfd47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd47f Color CSS Codes

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

#bfd47f Text Font Color

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

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


#bfd47f Background Color

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

This div background color is #bfd47f


#bfd47f Border Color

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

This div border color is #bfd47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd47f


Comments

No comments written yet.

Please login to write comment.