Color Hex Logo

#bfd18d Color Hex

#BFD18D
(191,209,141)
0 Favorites   0 Comments

Color spaces of #bfd18d

RGB 191209141
HSL0.210.430.69
HSV76°33°82°
CMYK 0.090.000.33   0.18
XYZ49.094058.600433.9228
Yxy58.60040.34670.4138
Hunter Lab76.5509-19.487627.3118
CIE-Lab81.0714-17.236931.7810

#bfd18d color RGB value is (191,209,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010001 10001101
Octal 277 321 215
Decimal 191 209 141
Hex BF D1 8D

RGB Percentages of Color #bfd18d

%35.30
%38.63
%26.06

CMYK Percentages of Color #bfd18d

%9
%0
%33
%18

Triadic Colors of #bfd18d

#bfd18d #8dbfd1 #d18dbf

Analogous Colors of #bfd18d

#bfd18d #9dd18d #d1c18d

Monochromatic Colors of #bfd18d

#bfd18d

Complementary Color

#bfd18d #9f8dd1

#bfd18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd18d Color CSS Codes

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

#bfd18d Text Font Color

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

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


#bfd18d Background Color

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

This div background color is #bfd18d


#bfd18d Border Color

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

This div border color is #bfd18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd18d


Comments

No comments written yet.

Please login to write comment.