Color Hex Logo

#bfd38f Color Hex

#BFD38F
(191,211,143)
0 Favorites   0 Comments

Color spaces of #bfd38f

RGB 191211143
HSL0.220.440.69
HSV78°32°83°
CMYK 0.090.000.32   0.17
XYZ49.738059.648134.8784
Yxy59.64810.34480.4135
Hunter Lab77.2322-20.201227.2869
CIE-Lab81.6465-17.969231.5111

#bfd38f color RGB value is (191,211,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010011 10001111
Octal 277 323 217
Decimal 191 211 143
Hex BF D3 8F

RGB Percentages of Color #bfd38f

%35.05
%38.72
%26.24

CMYK Percentages of Color #bfd38f

%9
%0
%32
%17

Triadic Colors of #bfd38f

#bfd38f #8fbfd3 #d38fbf

Analogous Colors of #bfd38f

#bfd38f #9dd38f #d3c58f

Monochromatic Colors of #bfd38f

#bfd38f

Complementary Color

#bfd38f #a38fd3

#bfd38f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd38f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd38f Color CSS Codes

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

#bfd38f Text Font Color

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

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


#bfd38f Background Color

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

This div background color is #bfd38f


#bfd38f Border Color

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

This div border color is #bfd38f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd38f


Comments

No comments written yet.

Please login to write comment.