Color Hex Logo

#bfd26d Color Hex

#BFD26D
(191,210,109)
0 Favorites   0 Comments

Color spaces of #bfd26d

RGB 191210109
HSL0.200.530.63
HSV71°48°82°
CMYK 0.090.000.48   0.18
XYZ47.292858.273723.2234
Yxy58.27370.36720.4525
Hunter Lab76.3372-23.004935.3988
CIE-Lab80.8907-21.425447.5574

#bfd26d color RGB value is (191,210,109).

#bfd26d hex color red value is 191, green value is 210 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bfd26d hue: 0.20 , saturation: 0.53 and the lightness value of bfd26d is 0.63.

The process color (four color CMYK) of #bfd26d color hex is 0.09, 0.00, 0.48, 0.18. Web safe color of #bfd26d is #cccc66. Color #bfd26d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010010 01101101
Octal 277 322 155
Decimal 191 210 109
Hex BF D2 6D

RGB Percentages of Color #bfd26d

%37.45
%41.18
%21.37

CMYK Percentages of Color #bfd26d

%9
%0
%48
%18

Triadic Colors of #bfd26d

#bfd26d #6dbfd2 #d26dbf

Analogous Colors of #bfd26d

#bfd26d #8dd26d #d2b36d

Monochromatic Colors of #bfd26d

#bfd26d

Complementary Color

#bfd26d #806dd2

#bfd26d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd26d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd26d Color CSS Codes

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

#bfd26d Text Font Color

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

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


#bfd26d Background Color

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

This div background color is #bfd26d


#bfd26d Border Color

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

This div border color is #bfd26d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd26d


Comments

No comments written yet.

Please login to write comment.