Color Hex Logo

#bfd58f Color Hex

#BFD58F
(191,213,143)
0 Favorites   0 Comments

Color spaces of #bfd58f

RGB 191213143
HSL0.220.450.70
HSV79°33°84°
CMYK 0.100.000.33   0.16
XYZ50.238060.648035.0450
Yxy60.64800.34430.4156
Hunter Lab77.8768-21.134927.8330
CIE-Lab82.1891-18.962432.2291

#bfd58f color RGB value is (191,213,143).

#bfd58f hex color red value is 191, green value is 213 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bfd58f hue: 0.22 , saturation: 0.45 and the lightness value of bfd58f is 0.70.

The process color (four color CMYK) of #bfd58f color hex is 0.10, 0.00, 0.33, 0.16. Web safe color of #bfd58f is #cccc99. Color #bfd58f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010101 10001111
Octal 277 325 217
Decimal 191 213 143
Hex BF D5 8F

RGB Percentages of Color #bfd58f

%34.92
%38.94
%26.14

CMYK Percentages of Color #bfd58f

%10
%0
%33
%16

Triadic Colors of #bfd58f

#bfd58f #8fbfd5 #d58fbf

Analogous Colors of #bfd58f

#bfd58f #9cd58f #d5c88f

Monochromatic Colors of #bfd58f

#bfd58f

Complementary Color

#bfd58f #a58fd5

#bfd58f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd58f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd58f Color CSS Codes

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

#bfd58f Text Font Color

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

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


#bfd58f Background Color

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

This div background color is #bfd58f


#bfd58f Border Color

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

This div border color is #bfd58f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd58f


Comments

No comments written yet.

Please login to write comment.