Color Hex Logo

#bfdc81 Color Hex

#BFDC81
(191,220,129)
0 Favorites   0 Comments

Color spaces of #bfdc81

RGB 191220129
HSL0.220.570.68
HSV79°41°86°
CMYK 0.130.000.41   0.14
XYZ51.041563.847730.4026
Yxy63.84770.35130.4394
Hunter Lab79.9048-25.811233.3743
CIE-Lab83.8864-24.134341.4965

#bfdc81 color RGB value is (191,220,129).

#bfdc81 hex color red value is 191, green value is 220 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bfdc81 hue: 0.22 , saturation: 0.57 and the lightness value of bfdc81 is 0.68.

The process color (four color CMYK) of #bfdc81 color hex is 0.13, 0.00, 0.41, 0.14. Web safe color of #bfdc81 is #cccc99. Color #bfdc81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011100 10000001
Octal 277 334 201
Decimal 191 220 129
Hex BF DC 81

RGB Percentages of Color #bfdc81

%35.37
%40.74
%23.89

CMYK Percentages of Color #bfdc81

%13
%0
%41
%14

Triadic Colors of #bfdc81

#bfdc81 #81bfdc #dc81bf

Analogous Colors of #bfdc81

#bfdc81 #92dc81 #dccc81

Monochromatic Colors of #bfdc81

#bfdc81

Complementary Color

#bfdc81 #9e81dc

#bfdc81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdc81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdc81 Color CSS Codes

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

#bfdc81 Text Font Color

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

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


#bfdc81 Background Color

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

This div background color is #bfdc81


#bfdc81 Border Color

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

This div border color is #bfdc81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdc81


Comments

No comments written yet.

Please login to write comment.