Color Hex Logo

#bfcf7d Color Hex

#BFCF7D
(191,207,125)
0 Favorites   0 Comments

Color spaces of #bfcf7d

RGB 191207125
HSL0.200.460.65
HSV72°40°81°
CMYK 0.080.000.40   0.19
XYZ47.500457.182727.9359
Yxy57.18270.35820.4312
Hunter Lab75.6192-20.208531.0301
CIE-Lab80.2822-18.223738.9179

#bfcf7d color RGB value is (191,207,125).

#bfcf7d hex color red value is 191, green value is 207 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bfcf7d hue: 0.20 , saturation: 0.46 and the lightness value of bfcf7d is 0.65.

The process color (four color CMYK) of #bfcf7d color hex is 0.08, 0.00, 0.40, 0.19. Web safe color of #bfcf7d is #cccc66. Color #bfcf7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001111 01111101
Octal 277 317 175
Decimal 191 207 125
Hex BF CF 7D

RGB Percentages of Color #bfcf7d

%36.52
%39.58
%23.90

CMYK Percentages of Color #bfcf7d

%8
%0
%40
%19

Triadic Colors of #bfcf7d

#bfcf7d #7dbfcf #cf7dbf

Analogous Colors of #bfcf7d

#bfcf7d #96cf7d #cfb67d

Monochromatic Colors of #bfcf7d

#bfcf7d

Complementary Color

#bfcf7d #8d7dcf

#bfcf7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcf7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcf7d Color CSS Codes

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

#bfcf7d Text Font Color

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

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


#bfcf7d Background Color

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

This div background color is #bfcf7d


#bfcf7d Border Color

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

This div border color is #bfcf7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcf7d


Comments

No comments written yet.

Please login to write comment.