Color Hex Logo

#bfde6d Color Hex

#BFDE6D
(191,222,109)
0 Favorites   0 Comments

Color spaces of #bfde6d

RGB 191222109
HSL0.210.630.65
HSV76°51°87°
CMYK 0.140.000.51   0.13
XYZ50.367564.423024.2482
Yxy64.42300.36230.4633
Hunter Lab80.2639-28.449038.2729
CIE-Lab84.1855-27.220451.5056

#bfde6d color RGB value is (191,222,109).

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

The process color (four color CMYK) of #bfde6d color hex is 0.14, 0.00, 0.51, 0.13. Web safe color of #bfde6d is #cccc66. Color #bfde6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011110 01101101
Octal 277 336 155
Decimal 191 222 109
Hex BF DE 6D

RGB Percentages of Color #bfde6d

%36.59
%42.53
%20.88

CMYK Percentages of Color #bfde6d

%14
%0
%51
%13

Triadic Colors of #bfde6d

#bfde6d #6dbfde #de6dbf

Analogous Colors of #bfde6d

#bfde6d #87de6d #dec56d

Monochromatic Colors of #bfde6d

#bfde6d

Complementary Color

#bfde6d #8c6dde

#bfde6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfde6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfde6d Color CSS Codes

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

#bfde6d Text Font Color

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

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


#bfde6d Background Color

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

This div background color is #bfde6d


#bfde6d Border Color

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

This div border color is #bfde6d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,222,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 #bfde6d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfde6d


Comments

No comments written yet.

Please login to write comment.