Color Hex Logo

#bfcd76 Color Hex

#BFCD76
(191,205,118)
0 Favorites   0 Comments

Color spaces of #bfcd76

RGB 191205118
HSL0.190.470.63
HSV70°42°80°
CMYK 0.070.000.42   0.20
XYZ46.587256.047025.5023
Yxy56.04700.36360.4374
Hunter Lab74.8645-19.934832.2083
CIE-Lab79.6406-18.017141.6145

#bfcd76 color RGB value is (191,205,118).

#bfcd76 hex color red value is 191, green value is 205 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bfcd76 hue: 0.19 , saturation: 0.47 and the lightness value of bfcd76 is 0.63.

The process color (four color CMYK) of #bfcd76 color hex is 0.07, 0.00, 0.42, 0.20. Web safe color of #bfcd76 is #cccc66. Color #bfcd76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001101 01110110
Octal 277 315 166
Decimal 191 205 118
Hex BF CD 76

RGB Percentages of Color #bfcd76

%37.16
%39.88
%22.96

CMYK Percentages of Color #bfcd76

%7
%0
%42
%20

Triadic Colors of #bfcd76

#bfcd76 #76bfcd #cd76bf

Analogous Colors of #bfcd76

#bfcd76 #94cd76 #cdb076

Monochromatic Colors of #bfcd76

#bfcd76

Complementary Color

#bfcd76 #8476cd

#bfcd76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcd76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcd76 Color CSS Codes

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

#bfcd76 Text Font Color

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

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


#bfcd76 Background Color

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

This div background color is #bfcd76


#bfcd76 Border Color

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

This div border color is #bfcd76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcd76


Comments

No comments written yet.

Please login to write comment.