Color Hex Logo

#bfc47d Color Hex

#BFC47D
(191,196,125)
0 Favorites   0 Comments

Color spaces of #bfc47d

RGB 191196125
HSL0.180.380.63
HSV64°36°77°
CMYK 0.030.000.36   0.23
XYZ44.927552.036927.0782
Yxy52.03690.36220.4195
Hunter Lab72.1366-15.067228.2397
CIE-Lab77.3029-12.679235.0953

#bfc47d color RGB value is (191,196,125).

#bfc47d hex color red value is 191, green value is 196 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bfc47d hue: 0.18 , saturation: 0.38 and the lightness value of bfc47d is 0.63.

The process color (four color CMYK) of #bfc47d color hex is 0.03, 0.00, 0.36, 0.23. Web safe color of #bfc47d is #cccc66. Color #bfc47d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000100 01111101
Octal 277 304 175
Decimal 191 196 125
Hex BF C4 7D

RGB Percentages of Color #bfc47d

%37.30
%38.28
%24.41

CMYK Percentages of Color #bfc47d

%3
%0
%36
%23

Triadic Colors of #bfc47d

#bfc47d #7dbfc4 #c47dbf

Analogous Colors of #bfc47d

#bfc47d #9cc47d #c4a67d

Monochromatic Colors of #bfc47d

#bfc47d

Complementary Color

#bfc47d #827dc4

#bfc47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc47d Color CSS Codes

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

#bfc47d Text Font Color

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

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


#bfc47d Background Color

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

This div background color is #bfc47d


#bfc47d Border Color

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

This div border color is #bfc47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc47d


Comments

No comments written yet.

Please login to write comment.