Color Hex Logo

#bfd18a Color Hex

#BFD18A
(191,209,138)
0 Favorites   0 Comments

Color spaces of #bfd18a

RGB 191209138
HSL0.210.440.68
HSV75°34°82°
CMYK 0.090.000.34   0.18
XYZ48.873858.512332.7628
Yxy58.51230.34870.4175
Hunter Lab76.4933-19.814528.1509
CIE-Lab81.0228-17.627833.2604

#bfd18a color RGB value is (191,209,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010001 10001010
Octal 277 321 212
Decimal 191 209 138
Hex BF D1 8A

RGB Percentages of Color #bfd18a

%35.50
%38.85
%25.65

CMYK Percentages of Color #bfd18a

%9
%0
%34
%18

Triadic Colors of #bfd18a

#bfd18a #8abfd1 #d18abf

Analogous Colors of #bfd18a

#bfd18a #9cd18a #d1c08a

Monochromatic Colors of #bfd18a

#bfd18a

Complementary Color

#bfd18a #9c8ad1

#bfd18a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd18a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd18a Color CSS Codes

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

#bfd18a Text Font Color

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

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


#bfd18a Background Color

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

This div background color is #bfd18a


#bfd18a Border Color

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

This div border color is #bfd18a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd18a


Comments

No comments written yet.

Please login to write comment.