Color Hex Logo

#bfd28f Color Hex

#BFD28F
(191,210,143)
0 Favorites   0 Comments

Color spaces of #bfd28f

RGB 191210143
HSL0.210.430.69
HSV77°32°82°
CMYK 0.090.000.32   0.18
XYZ49.490459.152734.7958
Yxy59.15270.34500.4124
Hunter Lab76.9108-19.733127.0137
CIE-Lab81.3755-17.470431.1519

#bfd28f color RGB value is (191,210,143).

#bfd28f hex color red value is 191, green value is 210 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bfd28f hue: 0.21 , saturation: 0.43 and the lightness value of bfd28f is 0.69.

The process color (four color CMYK) of #bfd28f color hex is 0.09, 0.00, 0.32, 0.18. Web safe color of #bfd28f is #cccc99. Color #bfd28f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010010 10001111
Octal 277 322 217
Decimal 191 210 143
Hex BF D2 8F

RGB Percentages of Color #bfd28f

%35.11
%38.60
%26.29

CMYK Percentages of Color #bfd28f

%9
%0
%32
%18

Triadic Colors of #bfd28f

#bfd28f #8fbfd2 #d28fbf

Analogous Colors of #bfd28f

#bfd28f #9ed28f #d2c48f

Monochromatic Colors of #bfd28f

#bfd28f

Complementary Color

#bfd28f #a28fd2

#bfd28f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd28f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd28f Color CSS Codes

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

#bfd28f Text Font Color

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

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


#bfd28f Background Color

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

This div background color is #bfd28f


#bfd28f Border Color

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

This div border color is #bfd28f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd28f


Comments

No comments written yet.

Please login to write comment.