color codes Logo

#bfd36a color codes

#BFD36A
(191,211,106)
0 Favorites   0 Comments

Color spaces of #bfd36a

RGB 191211106
HSL0.200.540.62
HSV71°50°83°
CMYK 0.090.000.50   0.17
XYZ47.381658.705522.4697
Yxy58.70550.36860.4567
Hunter Lab76.6195-23.699536.2461
CIE-Lab81.1294-22.206549.2759

#bfd36a color RGB value is (191,211,106).

#bfd36a hex color red value is 191, green value is 211 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bfd36a hue: 0.20 , saturation: 0.54 and the lightness value of bfd36a is 0.62.

The process color (four color CMYK) of #bfd36a color code is 0.09, 0.00, 0.50, 0.17. Web safe color of #bfd36a is #cccc66. Color #bfd36a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010011 01101010
Octal 277 323 152
Decimal 191 211 106
Hex BF D3 6A

RGB Percentages of Color #bfd36a

%37.60
%41.54
%20.87

CMYK Percentages of Color #bfd36a

%9
%0
%50
%17

Triadic Colors of #bfd36a

#bfd36a #6abfd3 #d36abf

Analogous Colors of #bfd36a

#bfd36a #8bd36a #d3b36a

Monochromatic Colors of #bfd36a

#bfd36a

Complementary Color

#bfd36a #7e6ad3

#bfd36a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd36a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd36a Color CSS Codes

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

#bfd36a Text Font Color

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

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


#bfd36a Background Color

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

This div background color is #bfd36a


#bfd36a Border Color

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

This div border color is #bfd36a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd36a


Comments

No comments written yet.

Please login to write comment.