Color Hex Logo

#bfe06d Color Hex

#BFE06D
(191,224,109)
0 Favorites   0 Comments

Color spaces of #bfe06d

RGB 191224109
HSL0.210.650.65
HSV77°51°88°
CMYK 0.150.000.51   0.12
XYZ50.901865.491824.4264
Yxy65.49180.36150.4651
Hunter Lab80.9270-29.348638.7533
CIE-Lab84.7365-28.169752.1594

#bfe06d color RGB value is (191,224,109).

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

The process color (four color CMYK) of #bfe06d color hex is 0.15, 0.00, 0.51, 0.12. Web safe color of #bfe06d is #cccc66. Color #bfe06d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100000 01101101
Octal 277 340 155
Decimal 191 224 109
Hex BF E0 6D

RGB Percentages of Color #bfe06d

%36.45
%42.75
%20.80

CMYK Percentages of Color #bfe06d

%15
%0
%51
%12

Triadic Colors of #bfe06d

#bfe06d #6dbfe0 #e06dbf

Analogous Colors of #bfe06d

#bfe06d #86e06d #e0c86d

Monochromatic Colors of #bfe06d

#bfe06d

Complementary Color

#bfe06d #8e6de0

#bfe06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe06d Color CSS Codes

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

#bfe06d Text Font Color

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

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


#bfe06d Background Color

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

This div background color is #bfe06d


#bfe06d Border Color

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

This div border color is #bfe06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe06d


Comments

No comments written yet.

Please login to write comment.