Color Hex Logo

#bfd18c Color Hex

#BFD18C
(191,209,140)
0 Favorites   0 Comments

Color spaces of #bfd18c

RGB 191209140
HSL0.210.430.68
HSV76°33°82°
CMYK 0.090.000.33   0.18
XYZ49.019958.570733.5326
Yxy58.57070.34740.4150
Hunter Lab76.5315-19.597427.5939
CIE-Lab81.0550-17.368132.2745

#bfd18c color RGB value is (191,209,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010001 10001100
Octal 277 321 214
Decimal 191 209 140
Hex BF D1 8C

RGB Percentages of Color #bfd18c

%35.37
%38.70
%25.93

CMYK Percentages of Color #bfd18c

%9
%0
%33
%18

Triadic Colors of #bfd18c

#bfd18c #8cbfd1 #d18cbf

Analogous Colors of #bfd18c

#bfd18c #9dd18c #d1c18c

Monochromatic Colors of #bfd18c

#bfd18c

Complementary Color

#bfd18c #9e8cd1

#bfd18c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd18c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd18c Color CSS Codes

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

#bfd18c Text Font Color

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

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


#bfd18c Background Color

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

This div background color is #bfd18c


#bfd18c Border Color

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

This div border color is #bfd18c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd18c


Comments

No comments written yet.

Please login to write comment.